summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos
AgeCommit message (Expand)AuthorFilesLines
2015-12-19drm/exynos: atomic check only enabled crtc statesAndrzej Hajda1-0/+3
2015-11-03drm/exynos/gem: remove DMA-mapping hacks used for constructing page arrayMarek Szyprowski1-25/+33
2015-11-03drm/exynos: simplify Kconfig component namesAndrzej Hajda1-15/+15
2015-11-03drm/exynos: re-arrange Kconfig entriesAndrzej Hajda1-16/+22
2015-11-03drm/exynos: abstract out common dependencyAndrzej Hajda1-13/+14
2015-11-03drm/exynos: separate Mixer and HDMI driversAndrzej Hajda3-3/+12
2015-11-03drm/exynos/mixer: replace direct cross-driver call with drm mode validationAndrzej Hajda3-27/+4
2015-11-03drm/exynos: add atomic_check callback to exynos_crtcAndrzej Hajda2-0/+15
2015-11-03drm/exynos/decon5433: add support for DECON-TVAndrzej Hajda1-61/+93
2015-11-03drm/exynos/decon5433: remove duplicated initializationAndrzej Hajda1-1/+0
2015-11-03drm/exynos/decon5433: merge different flag fieldsAndrzej Hajda1-31/+30
2015-11-03drm/exynos/decon5433: add function to set particular register bitsAndrzej Hajda1-50/+19
2015-11-03drm/exynos/decon5433: fix timing registers writesAndrzej Hajda1-9/+9
2015-11-03drm/exynos/decon5433: add PCLK clockAndrzej Hajda1-10/+11
2015-10-26drm/exynos: cleanup name of gem object for exynos_drmJoonyoung Shim6-182/+184
2015-10-26drm/exynos: fix to detach device of iommuJoonyoung Shim1-2/+1
2015-10-26drm/exynos: add cursor plane supportGustavo Padovan7-10/+23
2015-10-26drm/exynos: add global macro for the default primary planeGustavo Padovan6-18/+13
2015-10-26drm/exynos: fix spelling errorsIngi Kim2-14/+14
2015-10-26drm: exynos: mixer: fix using usleep() in atomic contextTomasz Stanislawski1-1/+1
2015-10-26drm/exynos/hdmi: remove unused fieldAndrzej Hajda1-1/+0
2015-10-26drm/exynos/hdmi: improve HDMI/ACR related codeAndrzej Hajda2-68/+32
2015-10-26drm/exynos/hdmi: convert container_of macro to inline functionAndrzej Hajda1-6/+9
2015-10-26drm/exynos/hdmi: remove deprecated hdmi_resources structureAndrzej Hajda1-59/+46
2015-10-26drm/exynos/hdmi: convert to gpiod APIAndrzej Hajda1-23/+14
2015-10-26drm/exynos/hdmi: simplify clock re-parentingAndrzej Hajda1-4/+0
2015-10-26drm/exynos/hdmi: use constant size array for regulatorsAndrzej Hajda1-16/+9
2015-10-26drm/exynos/hdmi: use optional regulator_get for hdmi-enAndrzej Hajda1-13/+11
2015-10-26drm/exynos/hdmi: fix removal orderAndrzej Hajda1-3/+5
2015-10-26drm/exynos/hdmi: replace all writeb with writelAndrzej Hajda1-3/+3
2015-10-26drm/exynos/hdmi: simplify HDMI-PHY power sequenceAndrzej Hajda1-85/+8
2015-10-26drm/exynos/hdmi: move PLL stabilization check code to separate functionAndrzej Hajda1-42/+26
2015-10-26drm/exynos/hdmi: use mappings for registers with IP dependent addressAndrzej Hajda2-22/+38
2015-10-26drm/exynos/hdmi: remove support for deprecated compatibleAndrzej Hajda1-10/+0
2015-10-20Merge tag 'topic/drm-misc-2015-10-19' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-10/+10
2015-10-16drm/<drivers>: Drop DRM_UNLOCKED from modeset driversDaniel Vetter1-10/+10
2015-10-16Merge commit '06d1ee32a4d25356a710b49d5e95dbdd68bdf505' of git://git.kernel.o...Dave Airlie12-152/+65
2015-10-07drm: Stop using drm_vblank_count() as the hw frame counterVille Syrjälä1-1/+1
2015-10-06drm/irq: Use unsigned int pipe in public APIThierry Reding2-4/+4
2015-10-01drm/exynos: Staticize local function in exynos_drm_gem.cKrzysztof Kozlowski1-1/+1
2015-10-01drm/exynos: fimd: actually disable dp clockGustavo Padovan1-1/+1
2015-10-01drm/exynos: dp: remove suspend/resume functionsInki Dae1-23/+0
2015-09-30drm/exynos: remove unused mode_fixup() codeGustavo Padovan2-19/+0
2015-09-30drm/exynos: remove decon_mode_fixup()Gustavo Padovan1-12/+0
2015-09-30drm/exynos: remove fimd_mode_fixup()Gustavo Padovan1-12/+0
2015-09-30drm/exynos: rotator: Clock control is unused if !PMThierry Reding1-1/+1
2015-09-30drm/exynos: fimc: Clock control is unused if !PMThierry Reding1-18/+18
2015-09-30drm/exynos: Suspend/resume is unused if !PMThierry Reding1-0/+2
2015-09-30drm/exynos: create a fake mmap offset with gem creationJoonyoung Shim1-5/+7
2015-09-30drm/exynos: remove call to drm_gem_free_mmap_offset()Joonyoung Shim1-3/+0