Age | Commit message (Expand) | Author | Files | Lines |
2017-10-26 | drm/exynos/hdmi: add 85.5MHz pixel clock for v14 HDMI PHY | Daniel Drake | 2 | -2/+13 |
2017-10-26 | drm/exynos/mixer: enable support for 1024x768 and 1280x1024 modes | Andrzej Hajda | 1 | -0/+3 |
2017-10-26 | drm/exynos/hdmi: quirk for support mode timings conversion | Andrzej Hajda | 1 | -2/+15 |
2017-10-26 | drm/exynos/mixer: pass actual mode on MIXER to encoder | Andrzej Hajda | 1 | -20/+51 |
2017-10-26 | drm/exynos: add mode_fixup callback to exynos_drm_crtc_ops | Andrzej Hajda | 2 | -0/+18 |
2017-10-26 | drm/exynos/hdmi: remove redundant mode field | Andrzej Hajda | 1 | -25/+9 |
2017-10-26 | drm/exynos/mixer: remove mixer_resources sub-structure | Andrzej Hajda | 1 | -176/+148 |
2017-10-26 | drm/exynos/mixer: fix mode validation code | Andrzej Hajda | 1 | -15/+13 |
2017-10-26 | drm/exynos/mixer: move resolution configuration to single function | Andrzej Hajda | 1 | -10/+7 |
2017-10-26 | drm/exynos/mixer: move mode commit to enable callback | Andrzej Hajda | 1 | -12/+8 |
2017-10-26 | drm/exynos/mixer: abstract out output mode setup code | Andrzej Hajda | 1 | -15/+18 |
2017-10-25 | drm: Add four ioctls for managing drm mode object leases [v7] | Keith Packard | 7 | -2/+504 |
2017-10-25 | drm: Check mode object lease status in all master ioctl paths [v4] | Keith Packard | 7 | -23/+70 |
2017-10-25 | drm: Add drm_object lease infrastructure [v5] | Keith Packard | 6 | -2/+443 |
2017-10-25 | drm: Add new LEASE debug level | Keith Packard | 2 | -1/+6 |
2017-10-24 | Merge branch 'etnaviv/next' of https://git.pengutronix.de/git/lst/linux into ... | Dave Airlie | 1 | -1/+7 |
2017-10-24 | Merge tag 'drm-misc-next-2017-10-20' of git://anongit.freedesktop.org/drm/drm... | Dave Airlie | 39 | -356/+1154 |
2017-10-24 | Merge tag 'drm/tegra/for-4.15-rc1' of git://anongit.freedesktop.org/tegra/lin... | Dave Airlie | 41 | -399/+1334 |
2017-10-23 | drm: Add CRTC_GET_SEQUENCE and CRTC_QUEUE_SEQUENCE ioctls [v3] | Keith Packard | 5 | -0/+213 |
2017-10-22 | drm/etnaviv: short-circuit perfmon ioctls | Lucas Stach | 1 | -0/+6 |
2017-10-22 | Revert "drm/etnaviv: submit supports performance monitor requests" | Lucas Stach | 1 | -1/+1 |
2017-10-21 | drm: Reorganize drm_pending_event to support future event types [v2] | Keith Packard | 6 | -26/+40 |
2017-10-21 | drm: Widen vblank count to 64-bits [v3] | Keith Packard | 2 | -36/+78 |
2017-10-20 | drm/tegra: hdmi: Add cec-notifier support | Hans Verkuil | 4 | -0/+19 |
2017-10-20 | drm/tegra: dc: Perform a complete reset sequence | Thierry Reding | 1 | -2/+16 |
2017-10-20 | drm/tegra: dc: Make sure to set the module clock rate | Thierry Reding | 1 | -0/+5 |
2017-10-20 | drm/tegra: dc: Simplify atomic plane helper functions | Thierry Reding | 1 | -28/+14 |
2017-10-20 | drm/tegra: dc: Move some declarations to dc.h | Thierry Reding | 3 | -115/+120 |
2017-10-20 | drm/tegra: vic: Use of_device_get_match_data() | Thierry Reding | 1 | -7/+3 |
2017-10-20 | drm/tegra: sor: Use of_device_get_match_data() | Thierry Reding | 1 | -4/+1 |
2017-10-20 | drm/tegra: hdmi: Use of_device_get_match_data() | Thierry Reding | 1 | -6/+2 |
2017-10-20 | drm/tegra: dc: Use of_device_get_match_data() | Thierry Reding | 1 | -5/+2 |
2017-10-20 | drm/tegra: Use u64_to_user_ptr helper | Mikko Perttunen | 1 | -14/+15 |
2017-10-20 | gpu: host1x: Fix incorrect comment for channel_request | Mikko Perttunen | 1 | -2/+1 |
2017-10-20 | gpu: host1x: Disassemble more instructions | Mikko Perttunen | 3 | -6/+58 |
2017-10-20 | gpu: host1x: Improve debug disassembly formatting | Mikko Perttunen | 5 | -30/+61 |
2017-10-20 | gpu: host1x: Enable gather filter | Mikko Perttunen | 3 | -0/+46 |
2017-10-20 | gpu: host1x: Enable Tegra186 syncpoint protection | Mikko Perttunen | 4 | -0/+71 |
2017-10-20 | gpu: host1x: Call of_dma_configure() after setting bus | Mikko Perttunen | 1 | -1/+2 |
2017-10-20 | drm/tegra: Add Tegra186 support for VIC | Mikko Perttunen | 2 | -0/+11 |
2017-10-20 | gpu: host1x: Add Tegra186 support | Mikko Perttunen | 18 | -168/+876 |
2017-10-20 | dt-bindings: host1x: Add Tegra186 information | Mikko Perttunen | 1 | -0/+4 |
2017-10-20 | gpu: host1x: syncpt: Request syncpoints per client | Thierry Reding | 7 | -14/+14 |
2017-10-20 | gpu: host1x: Use of_device_get_match_data() | Thierry Reding | 1 | -9/+5 |
2017-10-20 | Merge tag 'drm-amdkfd-next-2017-10-18' of git://people.freedesktop.org/~gabba... | Dave Airlie | 11 | -338/+562 |
2017-10-20 | Merge tag 'drm-intel-next-2017-10-12' of git://anongit.freedesktop.org/drm/dr... | Dave Airlie | 88 | -2222/+5560 |
2017-10-20 | Merge branch 'drm-next-4.15' of git://people.freedesktop.org/~agd5f/linux int... | Dave Airlie | 65 | -13396/+12036 |
2017-10-19 | drm/vc4: Fix sleeps during the IRQ handler for DSI transactions. | Eric Anholt | 1 | -2/+30 |
2017-10-19 | drm/amd/powerplay: Place the constant on the right side of the test | Georgiana Chelu | 1 | -4/+4 |
2017-10-19 | drm/amd/powerplay: Remove useless variable | Georgiana Chelu | 1 | -2/+1 |