aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-28Merge tag 'drm-misc-next-2017-09-20' of git://anongit.freedesktop.org/git/drm-misc into drm-nextDave Airlie1-5/+1
2017-09-20drm/exynos/hdmi: Fix unsafe list iterationMaciej Purski1-3/+11
2017-09-19drm: exynos: include linux/irq.hArnd Bergmann1-0/+1
2017-09-19drm/exynos: Fix suspend/resume supportMarek Szyprowski4-28/+43
2017-09-19drm/exynos: Fix locking in the suspend/resume pathsMarek Szyprowski1-0/+4
2017-08-25drm/exynos: simplify set_pixfmt() in DECON and FIMD driversTobias Jakobi3-16/+3
2017-08-25drm/exynos: consistent use of cppTobias Jakobi3-13/+13
2017-08-25drm/exynos: mixer: remove src offset from mixer_graph_buffer()Tobias Jakobi1-9/+6
2017-08-25drm/exynos: mixer: simplify mixer_graph_buffer()Tobias Jakobi1-4/+1
2017-08-25drm/exynos: mixer: simplify vp_video_buffer()Tobias Jakobi1-20/+6
2017-08-25drm/exynos: mixer: enable NV12MT support for the video planeTobias Jakobi4-1/+35
2017-08-25drm/exynos: mixer: fix chroma comment in vp_video_buffer()Tobias Jakobi1-1/+1
2017-08-25drm/exynos/decon5433: use mode info stored in CRTC to detect i80 modeAndrzej Hajda1-15/+25
2017-08-25drm/exynos: add mode_valid callback to exynos_drmAndrzej Hajda2-0/+15
2017-08-25drm/exynos/decon5433: refactor irq requesting codeAndrzej Hajda1-24/+30
2017-08-25drm/exynos/mic: use mode info stored in CRTC to detect i80 modeAndrzej Hajda1-40/+4
2017-08-25drm/exynos/dsi: propagate info about command mode from panelAndrzej Hajda2-0/+3
2017-08-25drm/exynos/dsi: refactor panel detection logicAndrzej Hajda1-101/+102
2017-08-25drm/exynos: use helper to set possible crtcsAndrzej Hajda8-59/+53
2017-08-25drm/exynos/decon5433: use readl_poll_timeout helpersAndrzej Hajda1-12/+8
2017-08-21drm/exynos: mic: clean up drm_bridge_add callInki Dae1-5/+1
2017-08-17Merge tag 'drm-misc-next-2017-08-16' of git://anongit.freedesktop.org/git/drm-misc into drm-nextDave Airlie3-35/+2
2017-08-16drm/exynos: Use .dumb_map_offset and .dumb_destroy defaultsNoralf Trønnes3-35/+2
2017-08-15Backmerge tag 'v4.13-rc5' into drm-nextDave Airlie7-28/+42
2017-08-09drm/exynos: forbid creating framebuffers from too small GEM buffersMarek Szyprowski1-1/+13
2017-08-08drm: Nuke drm_atomic_helper_connector_dpmsDaniel Vetter4-4/+0
2017-08-08drm: Nuke drm_atomic_helper_plane_set_propertyDaniel Vetter1-1/+0
2017-08-01drm: Plumb modifiers through plane initBen Widawsky1-1/+1
2017-07-27drm: exynos: mark pm functions as __maybe_unusedArnd Bergmann1-4/+2
2017-07-27drm/exynos: select CEC_CORE if CEC_NOTIFIERHans Verkuil1-0/+1
2017-07-27drm/exynos/hdmi: fix disable sequenceAndrzej Hajda1-2/+0
2017-07-27drm/exynos: mic: add a bridge at probeInki Dae1-9/+15
2017-07-27drm/exynos/dsi: Remove error handling for bridge_node DT parsingHoegeun Kwon1-2/+0
2017-07-27drm/exynos: dsi: do not try to find bridgeInki Dae1-3/+5
2017-07-27drm: exynos: hdmi: make of_device_ids const.Arvind Yadav1-1/+1
2017-07-27drm: exynos: constify mixer_match_types and *_mxr_drv_data.Arvind Yadav1-5/+5
2017-07-27exynos_drm: Clean up duplicated assignment in exynos_drm_driverGabriel Krisman Bertazi1-1/+0
2017-07-26drm/atomic: implement drm_atomic_helper_commit_tail for runtime_pm usersMaxime Ripard1-26/+1
2017-07-26drm/exynos: Remove custom FB helper deferred setupThierry Reding2-27/+5
2017-07-26drm: Convert to using %pOF instead of full_nameRob Herring1-2/+1
2017-07-26Merge airlied/drm-next into drm-misc-nextDaniel Vetter1-2/+2
2017-07-14drm: handle HDMI 2.0 VICs in AVI info-framesShashank Sharma1-1/+1
2017-07-09Merge tag 'drm-for-v4.13' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds15-289/+192
2017-06-30drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()Laurent Pinchart1-2/+3
2017-06-30drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart1-2/+3
2017-06-20drm/exynos: don't use DMA_ERROR_CODEChristoph Hellwig1-2/+2
2017-06-06Merge tag 'exynos-drm-next-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-nextDave Airlie13-296/+187
2017-06-01drm/exynos: Drop drm_vblank_cleanupDaniel Vetter1-3/+1
2017-06-01drm/exynos/decon5433: remove useless checkAndrzej Hajda1-3/+0
2017-06-01drm/exynos/decon5433: kill BIT_SUSPENDED flagAndrzej Hajda1-38/+0