summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2021-02-24drm: Use the state pointer directly in planes atomic_checkMaxime Ripard35-42/+41
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard50-56/+161
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 Ripard6-63/+82
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/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 Zimmermann36-134/+164
2021-02-22drm/ast: fix memory leak when unload the driverTong Zhang1-0/+2
2021-02-22drm/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-17drm: Switch to %p4cc format modifierSakari Ailus25-137/+69
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
2021-02-15drm/panfrost: Don't try to map pages that are already mappedBoris Brezillon1-1/+8
2021-02-15drm/panfrost: Clear MMU irqs before handling the faultBoris Brezillon1-2/+2
2021-02-12drm/vram-helper: cleanup drm_gem_vram_bo_driver_move_notifyChristian König1-14/+4
2021-02-10drm/vmwgfx: Remove pointless codeZack Rusin1-4/+0
2021-02-10drm/vmwgfx: Correctly set the name of the preferred modeZack Rusin1-0/+1
2021-02-10drm/vmwgfx: add some 16:9 / 16:10 default resolutionsRoland Scheidegger1-0/+24