summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos
AgeCommit message (Expand)Author
2015-12-20drm/exynos: atomic check only enabled crtc statesAndrzej Hajda
2015-11-03drm/exynos/gem: remove DMA-mapping hacks used for constructing page arrayMarek Szyprowski
2015-11-03drm/exynos: simplify Kconfig component namesAndrzej Hajda
2015-11-03drm/exynos: re-arrange Kconfig entriesAndrzej Hajda
2015-11-03drm/exynos: abstract out common dependencyAndrzej Hajda
2015-11-03drm/exynos: separate Mixer and HDMI driversAndrzej Hajda
2015-11-03drm/exynos/mixer: replace direct cross-driver call with drm mode validationAndrzej Hajda
2015-11-03drm/exynos: add atomic_check callback to exynos_crtcAndrzej Hajda
2015-11-03drm/exynos/decon5433: add support for DECON-TVAndrzej Hajda
2015-11-03drm/exynos/decon5433: remove duplicated initializationAndrzej Hajda
2015-11-03drm/exynos/decon5433: merge different flag fieldsAndrzej Hajda
2015-11-03drm/exynos/decon5433: add function to set particular register bitsAndrzej Hajda
2015-11-03drm/exynos/decon5433: fix timing registers writesAndrzej Hajda
2015-11-03drm/exynos/decon5433: add PCLK clockAndrzej Hajda
2015-10-26drm/exynos: cleanup name of gem object for exynos_drmJoonyoung Shim
2015-10-26drm/exynos: fix to detach device of iommuJoonyoung Shim
2015-10-26drm/exynos: add cursor plane supportGustavo Padovan
2015-10-26drm/exynos: add global macro for the default primary planeGustavo Padovan
2015-10-26drm/exynos: fix spelling errorsIngi Kim
2015-10-26drm: exynos: mixer: fix using usleep() in atomic contextTomasz Stanislawski
2015-10-26drm/exynos/hdmi: remove unused fieldAndrzej Hajda
2015-10-26drm/exynos/hdmi: improve HDMI/ACR related codeAndrzej Hajda
2015-10-26drm/exynos/hdmi: convert container_of macro to inline functionAndrzej Hajda
2015-10-26drm/exynos/hdmi: remove deprecated hdmi_resources structureAndrzej Hajda
2015-10-26drm/exynos/hdmi: convert to gpiod APIAndrzej Hajda
2015-10-26drm/exynos/hdmi: simplify clock re-parentingAndrzej Hajda
2015-10-26drm/exynos/hdmi: use constant size array for regulatorsAndrzej Hajda
2015-10-26drm/exynos/hdmi: use optional regulator_get for hdmi-enAndrzej Hajda
2015-10-26drm/exynos/hdmi: fix removal orderAndrzej Hajda
2015-10-26drm/exynos/hdmi: replace all writeb with writelAndrzej Hajda
2015-10-26drm/exynos/hdmi: simplify HDMI-PHY power sequenceAndrzej Hajda
2015-10-26drm/exynos/hdmi: move PLL stabilization check code to separate functionAndrzej Hajda
2015-10-26drm/exynos/hdmi: use mappings for registers with IP dependent addressAndrzej Hajda
2015-10-26drm/exynos/hdmi: remove support for deprecated compatibleAndrzej Hajda
2015-10-20Merge tag 'topic/drm-misc-2015-10-19' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2015-10-16drm/<drivers>: Drop DRM_UNLOCKED from modeset driversDaniel Vetter
2015-10-16Merge commit '06d1ee32a4d25356a710b49d5e95dbdd68bdf505' of git://git.kernel.o...Dave Airlie
2015-10-07drm: Stop using drm_vblank_count() as the hw frame counterVille Syrjälä
2015-10-06drm/irq: Use unsigned int pipe in public APIThierry Reding
2015-10-01drm/exynos: Staticize local function in exynos_drm_gem.cKrzysztof Kozlowski
2015-10-01drm/exynos: fimd: actually disable dp clockGustavo Padovan
2015-10-01drm/exynos: dp: remove suspend/resume functionsInki Dae
2015-09-30drm/exynos: remove unused mode_fixup() codeGustavo Padovan
2015-09-30drm/exynos: remove decon_mode_fixup()Gustavo Padovan
2015-09-30drm/exynos: remove fimd_mode_fixup()Gustavo Padovan
2015-09-30drm/exynos: rotator: Clock control is unused if !PMThierry Reding
2015-09-30drm/exynos: fimc: Clock control is unused if !PMThierry Reding
2015-09-30drm/exynos: Suspend/resume is unused if !PMThierry Reding
2015-09-30drm/exynos: create a fake mmap offset with gem creationJoonyoung Shim
2015-09-30drm/exynos: remove call to drm_gem_free_mmap_offset()Joonyoung Shim