aboutsummaryrefslogtreecommitdiffstats
path: root/.get_maintainer.ignore (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard51-60/+164
2021-02-24drm/atmel-hlcdc: Rename custom plane state variableMaxime Ripard1-59/+59
2021-02-24drm: Rename plane atomic_check state namesMaxime Ripard41-358/+403
2021-02-24drm/atomic: Pass the full state to planes async atomic check and updateMaxime Ripard7-73/+90
2021-02-24drm/dp_mst: Set CLEAR_PAYLOAD_ID_TABLE as broadcastWayne Lin1-1/+3
2021-02-24drm/dp_mst: Revise broadcast msg lct & lcrWayne Lin1-4/+9
2021-02-23drm: Fix HDMI_STATIC_METADATA_TYPE1 constantMario Kleiner1-1/+1
2021-02-23drm/vkms: Annotate vblank timerDaniel Vetter1-1/+7
2021-02-23drm/komeda: Annotate dma-fence critical section in commit pathDaniel Vetter1-0/+3
2021-02-23drm/malidp: Annotate dma-fence critical section in commit pathDaniel Vetter1-0/+3
2021-02-23drm/atmel: Use drm_atomic_helper_commitDaniel Vetter2-112/+2
2021-02-23drm/omapdrm: Annotate dma-fence critical section in commit pathDaniel Vetter1-4/+5
2021-02-23drm/tegra: Annotate dma-fence critical section in commit pathDaniel Vetter1-0/+3
2021-02-23drm/tidss: Annotate dma-fence critical section in commit pathDaniel Vetter1-0/+4
2021-02-23drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpersThomas Zimmermann41-145/+176
2021-02-22drm/ast: fix memory leak when unload the driverTong Zhang1-0/+2
2021-02-22efifb: Ensure graphics device for efifb stays at PCI D0Kai-Heng Feng1-0/+3
2021-02-21drm/drv: Remove initialization of static variablesTian Tao1-1/+1
2021-02-19drm/qxl: add lock asserts to qxl_bo_vmap_locked + qxl_bo_vunmap_lockedGerd Hoffmann1-0/+4
2021-02-19drm/qxl: rework cursor planeGerd Hoffmann1-115/+133
2021-02-19drm/qxl: move shadow handling to new qxl_prepare_shadow()Gerd Hoffmann1-27/+34
2021-02-19drm/qxl: fix monitors object vmapGerd Hoffmann1-5/+2
2021-02-19drm/qxl: fix prime vmapGerd Hoffmann1-2/+2
2021-02-19drm/qxl: add qxl_bo_vmap/qxl_bo_vunmapGerd Hoffmann2-0/+38
2021-02-19drm/qxl: rename qxl_bo_kmap -> qxl_bo_vmap_lockedGerd Hoffmann6-20/+20
2021-02-19drm/qxl: fix lockdep issue in qxl_alloc_release_reservedGerd Hoffmann1-3/+10
2021-02-19drm/qxl: use ttm bo prioritiesGerd Hoffmann6-12/+20
2021-02-19drm/qxl: more fence wait reworkGerd Hoffmann1-6/+2
2021-02-19drm/qxl: properly handle device init failuresGerd Hoffmann2-0/+7
2021-02-18drm/tilcdc: fix raster control register settingDario Binacchi1-1/+1
2021-02-18drm/tilcdc: replace spin_lock_irqsave by spin_lock in hard IRQTian Tao1-5/+4
2021-02-18drm/dp_mst: Tune down the WARN modesetting a port with full_pbn=0Imre Deak1-3/+8
2021-02-18video: fbdev: amba-clcd: Always use msleep() for waitingSebastian Andrzej Siewior1-15/+2
2021-02-18video: omapfb: Remove WARN_ON(in_interrupt()).Ahmed S. Darwish1-2/+0
2021-02-18video: omap: Remove in_interrupt() usage.Ahmed S. Darwish1-14/+28
2021-02-17drm: Switch to %p4cc format modifierSakari Ailus25-137/+69
2021-02-17v4l: ioctl: Use %p4cc printk modifier to print FourCC codesSakari Ailus1-64/+21
2021-02-17lib/vsprintf: Add support for printing V4L2 and DRM fourccsSakari Ailus4-2/+79
2021-02-17drm/ast: Move all of the cursor-update functionality to atomic_updateThomas Zimmermann1-44/+22
2021-02-17drm/ast: Store each HW cursor offset after pinning the rsp BOThomas Zimmermann2-10/+12
2021-02-17drm/ast: Map HW cursor BOs permanentlyThomas Zimmermann2-17/+16
2021-02-17drm/ast: Store cursor BOs in cursor planeThomas Zimmermann2-17/+21
2021-02-17drm/ast: Add cursor-plane data structureThomas Zimmermann2-3/+25
2021-02-17drm/ast: Inline ast cursor-update functions into modesetting codeThomas Zimmermann4-257/+181
2021-02-17drm/ast: Allocate HW cursor BOs during cursor-plane initializationThomas Zimmermann3-66/+55
2021-02-17drm/ast: Initialize planes in helper functionsThomas Zimmermann1-21/+45
2021-02-17drm/ast: Fix invalid usage of AST_MAX_HWC_WIDTH in cursor atomic_checkThomas Zimmermann1-1/+1
2021-02-17drm/ast: Add constants for VGACRCB register bitsThomas Zimmermann2-6/+18
2021-02-15drm/stm: Fix bus_flags handlingMarek Vasut1-2/+31
2021-02-15drm/panfrost: Stay in the threaded MMU IRQ handler until we've handled all IRQsBoris Brezillon1-12/+14