summaryrefslogtreecommitdiffstats
path: root/gralloc_drm_nouveau.c
Commit message (Collapse)AuthorAgeFilesLines
* Maintain a list of connector outputsWuZhen2016-06-271-2/+2
| | | | | | Refactor code to support multiple mirrored outputs following code. Change-Id: I60781d707ae68db2dbd2c4c4122b9183633a74be
* nouveau: add support for latest Kepler and Maxwell chipsetsMauro Rossi2016-06-131-0/+2
| | | | 0x100 and 0x120 chipsets were added in gralloc_drm_nouveau.c
* nouveau: undefine SW_INDICATOR_FULLY_DISABLES_TILINGChih-Wei Huang2015-01-291-1/+1
| | | | Based on the work by pstglia.
* nouveau: bring some sw_indicator loveEmil Velikov2015-01-221-4/+34
| | | | | | | | | | Based on some work by pstglia, one needs to switch off (partially or fully?) the tiling when creating the BO. Comment/uncomment the SW_INDICATOR_FULLY_DISABLES_TILING define to toggle between the two. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
* nouveau: update against libdrm_nouveau-2.0Emil Velikov2015-01-221-91/+139
| | | | Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
* all: Cleanup duplicated macros.Emil Velikov2015-01-221-2/+0
| | | | | | | - Move MAX macro to gralloc_drm.h - Drop the freedreno's duplicated ALIGN macro. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
* gralloc: cleanup, use ALIGN macroTapani Pälli2013-05-031-1/+0
| | | | | Change-Id: I029aafe5a99393a4c0f7ff87f422317621fada12 Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
* gralloc_drm: fix building errors with latest mesaChih-Wei Huang2013-04-111-2/+2
| | | | | Change-Id: Ifdf23b59542152c364d3ed010a4cc82bbf1a0103 Signed-off-by: Chih-Wei Huang <cwhuang@linux.org.tw>
* Change all occurances of LOGE to ALOGE, LOGW to ALOGW and LOGI to ALOGI due ↵Charles Johnson2012-07-101-8/+8
| | | | | | | | | | | | | | | | to change in Jelly Bean. Signed-off-by: Charles Johnson <charles.f.johnson@intel.com> modified: gralloc.c modified: gralloc_drm.c modified: gralloc_drm_intel.c modified: gralloc_drm_kms.c modified: gralloc_drm_nouveau.c modified: gralloc_drm_pipe.c modified: gralloc_drm_radeon.c Change-Id: Idd9e533eab366d9f9dc199d961891255a66384a2
* add support for YUV formatsChia-I Wu2011-10-271-2/+6
|
* fix build errorsChia-I Wu2011-08-291-1/+1
| | | | Introduced by the last commit.
* add support for debug.drm.modeChia-I Wu2011-07-301-1/+9
| | | | The mode string is "<xres>x<yres>[@<bpp>]".
* let drivers decide the fb formatChia-I Wu2011-07-111-0/+1
|
* add nouveau supportChia-I Wu2011-06-131-0/+372