summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos
AgeCommit message (Expand)AuthorFilesLines
2017-11-22drm/edid: Allow HDMI infoframe without VIC or S3DVille Syrjälä1-1/+2
2017-11-14Merge tag 'exynos-drm-next-for-v4.15' of git://git.kernel.org/pub/scm/linux/k...drm-for-v4.15Dave Airlie6-321/+476
2017-11-02Backmerge tag 'v4.14-rc7' into drm-nextDave Airlie1-2/+6
2017-10-26drm: exynos: Add driver for HDMI audio interfaceSylwester Nawrocki3-65/+194
2017-10-26drm/exynos/hdmi: add 85.5MHz pixel clock for v14 HDMI PHYDaniel Drake2-2/+13
2017-10-26drm/exynos/mixer: enable support for 1024x768 and 1280x1024 modesAndrzej Hajda1-0/+3
2017-10-26drm/exynos/hdmi: quirk for support mode timings conversionAndrzej Hajda1-2/+15
2017-10-26drm/exynos/mixer: pass actual mode on MIXER to encoderAndrzej Hajda1-20/+51
2017-10-26drm/exynos: add mode_fixup callback to exynos_drm_crtc_opsAndrzej Hajda2-0/+18
2017-10-26drm/exynos/hdmi: remove redundant mode fieldAndrzej Hajda1-25/+9
2017-10-26drm/exynos/mixer: remove mixer_resources sub-structureAndrzej Hajda1-176/+148
2017-10-26drm/exynos/mixer: fix mode validation codeAndrzej Hajda1-15/+13
2017-10-26drm/exynos/mixer: move resolution configuration to single functionAndrzej Hajda1-10/+7
2017-10-26drm/exynos/mixer: move mode commit to enable callbackAndrzej Hajda1-12/+8
2017-10-26drm/exynos/mixer: abstract out output mode setup codeAndrzej Hajda1-15/+18
2017-10-16drm/exynos: Clear drvdata after component unbindMarek Szyprowski1-0/+1
2017-10-16drm/exynos: Fix potential NULL pointer dereference in suspend/resume pathsMarek Szyprowski1-2/+5
2017-09-28Merge tag 'drm-misc-next-2017-09-20' of git://anongit.freedesktop.org/git/drm...Dave 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...Dave 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