summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2019-12-05drm/vc4: fix wrong filp usage in gem_info debugfs nodesubmit/tizen/20191206.014708accepted/tizen/unified/20191206.053944Seung-Woo Kim2-8/+10
2019-10-11drm/vc4: add extcon hdmi connection ueventSeung-Woo Kim1-8/+56
2019-07-05drm/vc4: Fix change to find_panel in the dsi_attach funcHoegeun Kwon1-27/+30
2019-06-11drm/vc4: Fix with pm_runtime synchronization on DSIHoegeun Kwon1-1/+1
2019-06-11gpu/drm: Fix lock held when returning to user space.Tetsuo Handa1-2/+1
2019-06-11drm/vc4: Fix reduce interrupt timeout 'workaround'Hoegeun Kwon1-1/+7
2019-06-11drm/panel: Add error handling for write of dsiHoegeun Kwon1-1/+9
2019-06-11drm/vc4: Workaround for crtc scanout device problemHoegeun Kwon1-1/+7
2019-06-11drm/vc4: add gem_info node via debugfsJoonyoung Shim4-1/+124
2019-06-10Merge remote-tracking branch 'stable/linux-4.19.y' into rpi-4.19.ypopcornmix31-96/+282
2019-06-09drm/lease: Make sure implicit planes are leasedDaniel Vetter2-0/+12
2019-06-09drm/rockchip: shutdown drm subsystem on shutdownVicente Bergas1-0/+9
2019-06-09drm/sun4i: Fix sun8i HDMI PHY configuration for > 148.5 MHzJernej Skrabec1-1/+2
2019-06-09drm/sun4i: Fix sun8i HDMI PHY clock initializationJernej Skrabec1-12/+14
2019-06-09drm/vmwgfx: Don't send drm sysfs hotplug events on initial master setThomas Hellstrom1-1/+7
2019-06-09drm/tegra: gem: Fix CPU-cache maintenance for BO's allocated using get_pages()Dmitry Osipenko1-2/+2
2019-06-09drm/nouveau/i2c: Disable i2c bus access after ->fini()Lyude Paul6-2/+65
2019-05-31drm/sun4i: dsi: Enforce boundaries on the start delayMaxime Ripard1-1/+5
2019-05-31drm/sun4i: dsi: Change the start delay calculationMaxime Ripard1-1/+3
2019-05-31drm: Wake up next in drm_read() chain if we are forced to putback the eventChris Wilson1-0/+1
2019-05-31drm/drv: Hold ref on parent device during drm_device lifetimeNoralf Trønnes1-1/+4
2019-05-31drm/v3d: Handle errors from IRQ setup.Eric Anholt3-5/+18
2019-05-31drm/omap: dsi: Fix PM for display blank with paired dss_pll callsTony Lindgren1-29/+31
2019-05-31drm/amd/display: Set stream->mode_changed when connectors changeNicholas Kazlauskas1-2/+1
2019-05-31drm/amd/display: Fix Divide by 0 in memory calculationsMurton Liu1-5/+15
2019-05-31tinydrm/mipi-dbi: Use dma-safe buffers for all SPI transfersNoralf Trønnes2-19/+45
2019-05-31drm/amd/display: fix releasing planes when exiting odmDmytro Laktyushkin1-2/+4
2019-05-31drm/panel: otm8009a: Add delay at the end of initializationYannick Fertré1-0/+3
2019-05-31drm/pl111: fix possible object reference leakWen Yang1-0/+4
2019-05-31drm/amdgpu: fix old fence check in amdgpu_fence_emitChristian König1-7/+17
2019-05-31drm: etnaviv: avoid DMA API warning when importing buffersRussell King2-0/+6
2019-05-31drm/msm: a5xx: fix possible object reference leakWen Yang1-4/+6
2019-05-31drm/nouveau/bar/nv50: ensure BAR is mappedJon Derrick1-3/+9
2019-05-21Merge remote-tracking branch 'stable/linux-4.19.y' into rpi-4.19.ypopcornmix6-7/+39
2019-05-16drm/sun4i: Unbind components before releasing DRM and memoryPaul Kocialkowski1-2/+3
2019-05-16drm/imx: don't skip DP channel disable for background planeLucas Stach1-1/+1
2019-05-16drm/sun4i: Fix component unbinding and component master deletionPaul Kocialkowski1-0/+4
2019-05-16drm/sun4i: Set device driver data at bind time for use in unbindPaul Kocialkowski1-0/+2
2019-05-16drm/amd/display: If one stream full updates, full update all planesDavid Francis2-0/+22
2019-05-16drm/amd/display: extending AUX SW TimeoutMartin Leung2-6/+9
2019-05-14drm/vc4: Don't wait for vblank on fkms cursor updates.Eric Anholt1-1/+2
2019-05-14drm: vc4: Programming the CTM is conditional on running full KMSDave Stevenson1-1/+2
2019-05-14gpu:vc4-fkms: Update driver to not use plane->crtc.Dave Stevenson1-3/+1
2019-05-14gpu: vc4_firmware_kms: Fix up 64 bit compile warnings.Dave Stevenson1-5/+6
2019-05-14vc4_firmware_kms: fix buildpopcornmix1-2/+4
2019-05-14drm/vc4: Remove duplicate primary/cursor fields from FKMS driver.Eric Anholt1-17/+7
2019-05-14drm/vc4: Skip SET_CURSOR_INFO when the cursor contents didn't change.Eric Anholt1-10/+20
2019-05-14drm/vc4: Fix warning about vblank interrupts before DRM core is ready.Eric Anholt1-4/+6
2019-05-14vc4_fkms: Apply firmware overscan offset to hardware cursorpopcornmix1-0/+17
2019-05-14drm/vc4: Add missing enable/disable vblank handlers in fkms.Eric Anholt2-14/+15