summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)Author
2021-02-21drm/drv: Remove initialization of static variablesTian Tao
2021-02-19drm/qxl: add lock asserts to qxl_bo_vmap_locked + qxl_bo_vunmap_lockedGerd Hoffmann
2021-02-19drm/qxl: rework cursor planeGerd Hoffmann
2021-02-19drm/qxl: move shadow handling to new qxl_prepare_shadow()Gerd Hoffmann
2021-02-19drm/qxl: fix monitors object vmapGerd Hoffmann
2021-02-19drm/qxl: fix prime vmapGerd Hoffmann
2021-02-19drm/qxl: add qxl_bo_vmap/qxl_bo_vunmapGerd Hoffmann
2021-02-19drm/qxl: rename qxl_bo_kmap -> qxl_bo_vmap_lockedGerd Hoffmann
2021-02-19drm/qxl: fix lockdep issue in qxl_alloc_release_reservedGerd Hoffmann
2021-02-19drm/qxl: use ttm bo prioritiesGerd Hoffmann
2021-02-19drm/qxl: more fence wait reworkGerd Hoffmann
2021-02-19drm/qxl: properly handle device init failuresGerd Hoffmann
2021-02-18drm/tilcdc: fix raster control register settingDario Binacchi
2021-02-18drm/tilcdc: replace spin_lock_irqsave by spin_lock in hard IRQTian Tao
2021-02-18drm/dp_mst: Tune down the WARN modesetting a port with full_pbn=0Imre Deak
2021-02-17drm: Switch to %p4cc format modifierSakari Ailus
2021-02-17drm/ast: Move all of the cursor-update functionality to atomic_updateThomas Zimmermann
2021-02-17drm/ast: Store each HW cursor offset after pinning the rsp BOThomas Zimmermann
2021-02-17drm/ast: Map HW cursor BOs permanentlyThomas Zimmermann
2021-02-17drm/ast: Store cursor BOs in cursor planeThomas Zimmermann
2021-02-17drm/ast: Add cursor-plane data structureThomas Zimmermann
2021-02-17drm/ast: Inline ast cursor-update functions into modesetting codeThomas Zimmermann
2021-02-17drm/ast: Allocate HW cursor BOs during cursor-plane initializationThomas Zimmermann
2021-02-17drm/ast: Initialize planes in helper functionsThomas Zimmermann
2021-02-17drm/ast: Fix invalid usage of AST_MAX_HWC_WIDTH in cursor atomic_checkThomas Zimmermann
2021-02-17drm/ast: Add constants for VGACRCB register bitsThomas Zimmermann
2021-02-15drm/stm: Fix bus_flags handlingMarek Vasut
2021-02-15drm/panfrost: Stay in the threaded MMU IRQ handler until we've handled all IRQsBoris Brezillon
2021-02-15drm/panfrost: Don't try to map pages that are already mappedBoris Brezillon
2021-02-15drm/panfrost: Clear MMU irqs before handling the faultBoris Brezillon
2021-02-12drm/vram-helper: cleanup drm_gem_vram_bo_driver_move_notifyChristian König
2021-02-10drm/vmwgfx: Remove pointless codeZack Rusin
2021-02-10drm/vmwgfx: Correctly set the name of the preferred modeZack Rusin
2021-02-10drm/vmwgfx: add some 16:9 / 16:10 default resolutionsRoland Scheidegger
2021-02-10drm: use getter/setter functionsJulia Lawall
2021-02-10drm/vblank: Document drm_crtc_vblank_restore constraintsDaniel Vetter
2021-02-10drm/sun4i: Add alpha property for sun8i and sun50i VI layerRoman Stratiienko
2021-02-10drm/sun4i: Add alpha property for sun8i UI layerRoman Stratiienko
2021-02-10drm/aspeed: Use dt matching for default register valuesJoel Stanley
2021-02-10drm/aspeed: Look up syscon by phandleJoel Stanley
2021-02-10drm/tilcdc: send vblank event when disabling crtcQuanyang Wang
2021-02-09drm/ttm: drop sysfs directoryChristian König
2021-02-09drm/ttm: move memory accounting into vmwgfx v4Christian König
2021-02-09drm/ttm: rework ttm_tt page limit v4Christian König
2021-02-09drm/ttm: fix removal of bo_count sysfs fileChristian König
2021-02-09drm/vboxvideo: Implement cursor plane with struct drm_shadow_plane_stateThomas Zimmermann
2021-02-09drm/gem: Export helpers for shadow-buffered planesThomas Zimmermann
2021-02-09drm/gma500: Never wait for blitsPatrik Jakobsson
2021-02-09drm/gma500: psb_spank() doesn't need it's own filePatrik Jakobsson
2021-02-09drm/gma500: Unify crtc helpersPatrik Jakobsson