Commit bb5cdf8d authored by Andrew F. Davis's avatar Andrew F. Davis Committed by Tomi Valkeinen

drm: omapdrm: Remove filename from header and fix copyright tag

Having the filename in the header serves little purpose and is
often wrong after renames as it is here in several places, just
drop it from all omapdrm files.

While we are here unify the copyright tags to the TI recommended style.
Signed-off-by: default avatarAndrew F. Davis <afd@ti.com>
parent b7ea6b28
/* /*
* Analog TV Connector driver * Analog TV Connector driver
* *
* Copyright (C) 2013 Texas Instruments * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/
* Author: Tomi Valkeinen <tomi.valkeinen@ti.com> * Author: Tomi Valkeinen <tomi.valkeinen@ti.com>
* *
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
......
/* /*
* Generic DVI Connector driver * Generic DVI Connector driver
* *
* Copyright (C) 2013 Texas Instruments * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/
* Author: Tomi Valkeinen <tomi.valkeinen@ti.com> * Author: Tomi Valkeinen <tomi.valkeinen@ti.com>
* *
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
......
/* /*
* HDMI Connector driver * HDMI Connector driver
* *
* Copyright (C) 2013 Texas Instruments * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/
* Author: Tomi Valkeinen <tomi.valkeinen@ti.com> * Author: Tomi Valkeinen <tomi.valkeinen@ti.com>
* *
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* *
* based on encoder-tfp410 * based on encoder-tfp410
* *
* Copyright (C) 2013 Texas Instruments * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/
* Author: Tomi Valkeinen <tomi.valkeinen@ti.com> * Author: Tomi Valkeinen <tomi.valkeinen@ti.com>
* *
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
......
/* /*
* TFP410 DPI-to-DVI encoder driver * TFP410 DPI-to-DVI encoder driver
* *
* Copyright (C) 2013 Texas Instruments * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/
* Author: Tomi Valkeinen <tomi.valkeinen@ti.com> * Author: Tomi Valkeinen <tomi.valkeinen@ti.com>
* *
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
......
/* /*
* TPD12S015 HDMI ESD protection & level shifter chip driver * TPD12S015 HDMI ESD protection & level shifter chip driver
* *
* Copyright (C) 2013 Texas Instruments * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/
* Author: Tomi Valkeinen <tomi.valkeinen@ti.com> * Author: Tomi Valkeinen <tomi.valkeinen@ti.com>
* *
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
......
/* /*
* Generic MIPI DPI Panel Driver * Generic MIPI DPI Panel Driver
* *
* Copyright (C) 2013 Texas Instruments * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/
* Author: Tomi Valkeinen <tomi.valkeinen@ti.com> * Author: Tomi Valkeinen <tomi.valkeinen@ti.com>
* *
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
......
/* /*
* Generic DSI Command Mode panel driver * Generic DSI Command Mode panel driver
* *
* Copyright (C) 2013 Texas Instruments * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/
* Author: Tomi Valkeinen <tomi.valkeinen@ti.com> * Author: Tomi Valkeinen <tomi.valkeinen@ti.com>
* *
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
......
/* /*
* LG.Philips LB035Q02 LCD Panel driver * LG.Philips LB035Q02 LCD Panel driver
* *
* Copyright (C) 2013 Texas Instruments * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/
* Author: Tomi Valkeinen <tomi.valkeinen@ti.com> * Author: Tomi Valkeinen <tomi.valkeinen@ti.com>
* Based on a driver by: Steve Sakoman <steve@sakoman.com> * Based on a driver by: Steve Sakoman <steve@sakoman.com>
* *
......
/* /*
* NEC NL8048HL11 Panel driver * NEC NL8048HL11 Panel driver
* *
* Copyright (C) 2010 Texas Instruments Inc. * Copyright (C) 2010 Texas Instruments Incorporated - http://www.ti.com/
* Author: Erik Gilling <konkers@android.com> * Author: Erik Gilling <konkers@android.com>
* Converted to new DSS device model: Tomi Valkeinen <tomi.valkeinen@ti.com> * Converted to new DSS device model: Tomi Valkeinen <tomi.valkeinen@ti.com>
* *
......
/* /*
* LCD panel driver for Sharp LS037V7DW01 * LCD panel driver for Sharp LS037V7DW01
* *
* Copyright (C) 2013 Texas Instruments * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/
* Author: Tomi Valkeinen <tomi.valkeinen@ti.com> * Author: Tomi Valkeinen <tomi.valkeinen@ti.com>
* *
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
......
/*
* OMAP Display Subsystem Base
*
* Copyright (C) 2015-2017 Texas Instruments Incorporated - http://www.ti.com/
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*/
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/module.h> #include <linux/module.h>
#include <linux/of.h> #include <linux/of.h>
......
/* /*
* linux/drivers/video/omap2/dss/core.c
*
* Copyright (C) 2009 Nokia Corporation * Copyright (C) 2009 Nokia Corporation
* Author: Tomi Valkeinen <tomi.valkeinen@nokia.com> * Author: Tomi Valkeinen <tomi.valkeinen@nokia.com>
* *
......
/* /*
* linux/drivers/video/omap2/dss/dispc.c
*
* Copyright (C) 2009 Nokia Corporation * Copyright (C) 2009 Nokia Corporation
* Author: Tomi Valkeinen <tomi.valkeinen@nokia.com> * Author: Tomi Valkeinen <tomi.valkeinen@nokia.com>
* *
......
/* /*
* linux/drivers/video/omap2/dss/dispc.h * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
*
* Copyright (C) 2011 Texas Instruments
* Author: Archit Taneja <archit@ti.com> * Author: Archit Taneja <archit@ti.com>
* *
*
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 as published by * under the terms of the GNU General Public License version 2 as published by
* the Free Software Foundation. * the Free Software Foundation.
......
/* /*
* linux/drivers/video/omap2/dss/dispc_coefs.c * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
*
* Copyright (C) 2011 Texas Instruments
* Author: Chandrabhanu Mahapatra <cmahapatra@ti.com> * Author: Chandrabhanu Mahapatra <cmahapatra@ti.com>
* *
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
......
/* /*
* linux/drivers/video/omap2/dss/display.c
*
* Copyright (C) 2009 Nokia Corporation * Copyright (C) 2009 Nokia Corporation
* Author: Tomi Valkeinen <tomi.valkeinen@nokia.com> * Author: Tomi Valkeinen <tomi.valkeinen@nokia.com>
* *
......
/* /*
* linux/drivers/video/omap2/dss/dpi.c
*
* Copyright (C) 2009 Nokia Corporation * Copyright (C) 2009 Nokia Corporation
* Author: Tomi Valkeinen <tomi.valkeinen@nokia.com> * Author: Tomi Valkeinen <tomi.valkeinen@nokia.com>
* *
......
/* /*
* linux/drivers/video/omap2/dss/dsi.c
*
* Copyright (C) 2009 Nokia Corporation * Copyright (C) 2009 Nokia Corporation
* Author: Tomi Valkeinen <tomi.valkeinen@nokia.com> * Author: Tomi Valkeinen <tomi.valkeinen@nokia.com>
* *
......
/* /*
* Copyright (C) 2013 Texas Instruments * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/
* Author: Tomi Valkeinen <tomi.valkeinen@ti.com> * Author: Tomi Valkeinen <tomi.valkeinen@ti.com>
* *
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
......
/* /*
* linux/drivers/video/omap2/dss/dss.c
*
* Copyright (C) 2009 Nokia Corporation * Copyright (C) 2009 Nokia Corporation
* Author: Tomi Valkeinen <tomi.valkeinen@nokia.com> * Author: Tomi Valkeinen <tomi.valkeinen@nokia.com>
* *
......
/* /*
* linux/drivers/video/omap2/dss/dss.h
*
* Copyright (C) 2009 Nokia Corporation * Copyright (C) 2009 Nokia Corporation
* Author: Tomi Valkeinen <tomi.valkeinen@nokia.com> * Author: Tomi Valkeinen <tomi.valkeinen@nokia.com>
* *
......
/* /*
* HDMI interface DSS driver for TI's OMAP4 family of SoCs. * HDMI interface DSS driver for TI's OMAP4 family of SoCs.
*
* Copyright (C) 2010-2011 Texas Instruments Incorporated - http://www.ti.com/ * Copyright (C) 2010-2011 Texas Instruments Incorporated - http://www.ti.com/
* Authors: Yong Zhi * Authors: Yong Zhi
* Mythri pk <mythripk@ti.com> * Mythri pk <mythripk@ti.com>
......
/* /*
* ti_hdmi_4xxx_ip.c
*
* HDMI TI81xx, TI38xx, TI OMAP4 etc IP driver Library * HDMI TI81xx, TI38xx, TI OMAP4 etc IP driver Library
*
* Copyright (C) 2010-2011 Texas Instruments Incorporated - http://www.ti.com/ * Copyright (C) 2010-2011 Texas Instruments Incorporated - http://www.ti.com/
* Authors: Yong Zhi * Authors: Yong Zhi
* Mythri pk <mythripk@ti.com> * Mythri pk <mythripk@ti.com>
......
/* /*
* HDMI driver for OMAP5 * HDMI driver for OMAP5
* *
* Copyright (C) 2014 Texas Instruments Incorporated * Copyright (C) 2014 Texas Instruments Incorporated - http://www.ti.com/
* *
* Authors: * Authors:
* Yong Zhi * Yong Zhi
......
/* /*
* OMAP5 HDMI CORE IP driver library * OMAP5 HDMI CORE IP driver library
* *
* Copyright (C) 2014 Texas Instruments Incorporated * Copyright (C) 2014 Texas Instruments Incorporated - http://www.ti.com/
*
* Authors: * Authors:
* Yong Zhi * Yong Zhi
* Mythri pk * Mythri pk
......
/* /*
* HDMI PHY * HDMI PHY
* *
* Copyright (C) 2013 Texas Instruments Incorporated * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/
* *
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 as published by * under the terms of the GNU General Public License version 2 as published by
......
/* /*
* HDMI PLL * HDMI PLL
* *
* Copyright (C) 2013 Texas Instruments Incorporated * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/
* *
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 as published by * under the terms of the GNU General Public License version 2 as published by
......
/* /*
* HDMI wrapper * HDMI wrapper
* *
* Copyright (C) 2013 Texas Instruments Incorporated * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/
* *
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 as published by * under the terms of the GNU General Public License version 2 as published by
......
/* /*
* Copyright (C) 2014 Texas Instruments * Copyright (C) 2014 Texas Instruments Incorporated - http://www.ti.com/
* Author: Tomi Valkeinen <tomi.valkeinen@ti.com> * Author: Tomi Valkeinen <tomi.valkeinen@ti.com>
* *
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
......
/* /*
* Copyright (C) 2016 Texas Instruments * Copyright (C) 2016 Texas Instruments Incorporated - http://www.ti.com/
* Author: Tomi Valkeinen <tomi.valkeinen@ti.com> * Author: Tomi Valkeinen <tomi.valkeinen@ti.com>
* *
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
......
/* /*
* Copyright (C) 2012 Texas Instruments Ltd * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/
* Author: Archit Taneja <archit@ti.com> * Author: Archit Taneja <archit@ti.com>
* *
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
......
/* /*
* Copyright (C) 2014 Texas Instruments Incorporated * Copyright (C) 2014 Texas Instruments Incorporated - http://www.ti.com/
* *
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 as published by * under the terms of the GNU General Public License version 2 as published by
......
/* /*
* linux/drivers/video/omap2/dss/sdi.c
*
* Copyright (C) 2009 Nokia Corporation * Copyright (C) 2009 Nokia Corporation
* Author: Tomi Valkeinen <tomi.valkeinen@nokia.com> * Author: Tomi Valkeinen <tomi.valkeinen@nokia.com>
* *
......
/* /*
* linux/drivers/video/omap2/dss/venc.c
*
* Copyright (C) 2009 Nokia Corporation * Copyright (C) 2009 Nokia Corporation
* Author: Tomi Valkeinen <tomi.valkeinen@nokia.com> * Author: Tomi Valkeinen <tomi.valkeinen@nokia.com>
* *
......
/* /*
* Copyright (C) 2014 Texas Instruments Ltd * Copyright (C) 2014 Texas Instruments Incorporated - http://www.ti.com/
* *
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 as published by * under the terms of the GNU General Public License version 2 as published by
* the Free Software Foundation. * the Free Software Foundation.
* *
* You should have received a copy of the GNU General Public License along with * This program is distributed in the hope that it will be useful, but WITHOUT
* this program. If not, see <http://www.gnu.org/licenses/>. * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
*/ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
* more details.
*/
#include <linux/clk.h> #include <linux/clk.h>
#include <linux/delay.h> #include <linux/delay.h>
......
/* /*
* drivers/gpu/drm/omapdrm/omap_connector.c * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
*
* Copyright (C) 2011 Texas Instruments
* Author: Rob Clark <rob@ti.com> * Author: Rob Clark <rob@ti.com>
* *
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
......
/* /*
* drivers/gpu/drm/omapdrm/omap_crtc.c * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
*
* Copyright (C) 2011 Texas Instruments
* Author: Rob Clark <rob@ti.com> * Author: Rob Clark <rob@ti.com>
* *
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
......
/* /*
* drivers/gpu/drm/omapdrm/omap_debugfs.c * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
*
* Copyright (C) 2011 Texas Instruments
* Author: Rob Clark <rob.clark@linaro.org> * Author: Rob Clark <rob.clark@linaro.org>
* *
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
......
/* /*
*
* Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/ * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
* Author: Rob Clark <rob@ti.com> * Author: Rob Clark <rob@ti.com>
* Andy Gross <andy.gross@ti.com> * Andy Gross <andy.gross@ti.com>
...@@ -13,6 +12,7 @@ ...@@ -13,6 +12,7 @@
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
#ifndef OMAP_DMM_PRIV_H #ifndef OMAP_DMM_PRIV_H
#define OMAP_DMM_PRIV_H #define OMAP_DMM_PRIV_H
......
/* /*
* DMM IOMMU driver support functions for TI OMAP processors. * DMM IOMMU driver support functions for TI OMAP processors.
* *
* Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
* Author: Rob Clark <rob@ti.com> * Author: Rob Clark <rob@ti.com>
* Andy Gross <andy.gross@ti.com> * Andy Gross <andy.gross@ti.com>
* *
* Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
*
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as * modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation version 2. * published by the Free Software Foundation version 2.
......
/* /*
*
* Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/ * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
* Author: Rob Clark <rob@ti.com> * Author: Rob Clark <rob@ti.com>
* Andy Gross <andy.gross@ti.com> * Andy Gross <andy.gross@ti.com>
......
/* /*
* drivers/gpu/drm/omapdrm/omap_drv.c * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
*
* Copyright (C) 2011 Texas Instruments
* Author: Rob Clark <rob@ti.com> * Author: Rob Clark <rob@ti.com>
* *
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
......
/* /*
* drivers/gpu/drm/omapdrm/omap_drv.h * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
*
* Copyright (C) 2011 Texas Instruments
* Author: Rob Clark <rob@ti.com> * Author: Rob Clark <rob@ti.com>
* *
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
......
/* /*
* drivers/gpu/drm/omapdrm/omap_encoder.c * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
*
* Copyright (C) 2011 Texas Instruments
* Author: Rob Clark <rob@ti.com> * Author: Rob Clark <rob@ti.com>
* *
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
......
/* /*
* drivers/gpu/drm/omapdrm/omap_fb.c * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
*
* Copyright (C) 2011 Texas Instruments
* Author: Rob Clark <rob@ti.com> * Author: Rob Clark <rob@ti.com>
* *
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
......
/* /*
* drivers/gpu/drm/omapdrm/omap_fbdev.c * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
*
* Copyright (C) 2011 Texas Instruments
* Author: Rob Clark <rob@ti.com> * Author: Rob Clark <rob@ti.com>
* *
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
......
/* /*
* drivers/gpu/drm/omapdrm/omap_gem.c * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
*
* Copyright (C) 2011 Texas Instruments
* Author: Rob Clark <rob.clark@linaro.org> * Author: Rob Clark <rob.clark@linaro.org>
* *
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
......
/* /*
* drivers/gpu/drm/omapdrm/omap_gem_dmabuf.c * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
*
* Copyright (C) 2011 Texas Instruments
* Author: Rob Clark <rob.clark@linaro.org> * Author: Rob Clark <rob.clark@linaro.org>
* *
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
......
/* /*
* drivers/gpu/drm/omapdrm/omap_irq.c * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
*
* Copyright (C) 2012 Texas Instruments
* Author: Rob Clark <rob.clark@linaro.org> * Author: Rob Clark <rob.clark@linaro.org>
* *
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
......
/* /*
* drivers/gpu/drm/omapdrm/omap_plane.c * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
*
* Copyright (C) 2011 Texas Instruments
* Author: Rob Clark <rob.clark@linaro.org> * Author: Rob Clark <rob.clark@linaro.org>
* *
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
......
/* /*
* tcm-sita.c
*
* SImple Tiler Allocator (SiTA): 2D and 1D allocation(reservation) algorithm * SImple Tiler Allocator (SiTA): 2D and 1D allocation(reservation) algorithm
* *
* Authors: Ravi Ramachandra <r.ramachandra@ti.com>, * Authors: Ravi Ramachandra <r.ramachandra@ti.com>,
* Lajos Molnar <molnar@ti.com> * Lajos Molnar <molnar@ti.com>
* Andy Gross <andy.gross@ti.com> * Andy Gross <andy.gross@ti.com>
* *
* Copyright (C) 2012 Texas Instruments, Inc. * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/
* *
* This package is free software; you can redistribute it and/or modify * This package is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as * it under the terms of the GNU General Public License version 2 as
......
/* /*
* tcm_sita.h
*
* SImple Tiler Allocator (SiTA) private structures. * SImple Tiler Allocator (SiTA) private structures.
* *
* Copyright (C) 2009-2011 Texas Instruments Incorporated - http://www.ti.com/
* Author: Ravi Ramachandra <r.ramachandra@ti.com> * Author: Ravi Ramachandra <r.ramachandra@ti.com>
* *
* Copyright (C) 2009-2011 Texas Instruments, Inc.
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
......
/* /*
* tcm.h
*
* TILER container manager specification and support functions for TI * TILER container manager specification and support functions for TI
* TILER driver. * TILER driver.
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment