summaryrefslogtreecommitdiffstats
path: root/include/drm
AgeCommit message (Expand)AuthorLines
2025-10-31drm/ttm: Allow drivers to specify maximum beneficial TTM pool sizeTvrtko Ursulin-2/+3
2025-10-31drm/ttm: Replace multiple booleans with flags in device initTvrtko Ursulin-1/+2
2025-10-31drm/ttm: Replace multiple booleans with flags in pool initTvrtko Ursulin-5/+13
2025-10-31drm/ttm: replace drm_print.h include with a forward declarationJani Nikula-1/+2
2025-10-31drm/mm: replace drm_print.h include with a forward declarationJani Nikula-1/+1
2025-10-31drm/buddy: replace drm_print.h include with a forward declarationJani Nikula-1/+1
2025-10-30drm/client: Flush client buffers with drm_client_buffer_sync()Thomas Zimmermann-1/+1
2025-10-30drm/client: Create client buffers with drm_client_buffer_create_dumb()Thomas Zimmermann-1/+1
2025-10-30drm/client: Remove drm_client_framebuffer_delete()Thomas Zimmermann-1/+1
2025-10-30drm/client: Deprecate struct drm_client_buffer.gemThomas Zimmermann-6/+3
2025-10-30drm/client: Remove pitch from struct drm_client_bufferThomas Zimmermann-5/+0
2025-10-30drm/drm_crtc: Introduce sharpness strength propertyNemesa Garg-0/+18
2025-10-28drm/atomic: WARN about invalid drm_foo_get_state() usageVille Syrjälä-0/+8
2025-10-24Merge drm/drm-next into drm-misc-nextThomas Zimmermann-3/+19
2025-10-24Merge tag 'drm-misc-next-2025-10-21' of https://gitlab.freedesktop.org/drm/mi...Simona Vetter-89/+98
2025-10-24drm/client: Add client free callback to unprepare fb_helperThomas Zimmermann-0/+10
2025-10-23drm/xe/cri: Add CRI platform definitionBalasubramani Vivekanandan-0/+4
2025-10-21Merge tag 'drm-misc-next-2025-10-02' of https://gitlab.freedesktop.org/drm/mi...Simona Vetter-12/+198
2025-10-21Merge tag 'drm-xe-next-2025-10-20' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie-2/+18
2025-10-20Merge tag 'v6.18-rc2' into 'drm-rust-next'Alice Ryhl-1/+1
2025-10-20drm/gpuvm: add deferred vm_bo cleanupAlice Ryhl-0/+16
2025-10-18drm/client: Remove holds_console_lock parameter from suspend/resumeThomas Zimmermann-16/+6
2025-10-17drm/xe/nvl: Define NVL-S platformMatt Roper-0/+9
2025-10-17drm/gpusvm, drm/xe: Allow mixed mappings for userptrMatthew Brost-0/+4
2025-10-15drm/bridge: dw-hdmi-qp: Fixup timer base setupCristian Ciocaltea-0/+1
2025-10-15drm/bridge: dw-hdmi-qp: Add CEC supportCristian Ciocaltea-0/+1
2025-10-15drm/gpuvm: Fix kernel-doc warning for drm_gpuvm_map_req.mapAnkan Biswas-1/+1
2025-10-14drm/xe: Handle Wa_22010954014 and Wa_14022085890 as device workaroundsMatt Roper-2/+5
2025-10-14Merge drm/drm-next into drm-intel-nextJani Nikula-3/+4
2025-10-13drm/atomic: Change state pointers to a more meaningful nameMaxime Ripard-8/+8
2025-10-13Merge drm/drm-next into drm-misc-nextThomas Zimmermann-41/+138
2025-10-07drm/buddy: Separate clear and dirty free block treesArunpravin Paneer Selvam-1/+1
2025-10-07drm/buddy: Optimize free block management with RB treeArunpravin Paneer Selvam-3/+8
2025-10-06drm/atomic: Document __drm_private_objs_state state pointerMaxime Ripard-1/+17
2025-10-06drm/atomic: Document __drm_crtcs_state state pointerMaxime Ripard-1/+17
2025-10-06drm/atomic: Remove unused drm_atomic_get_existing_crtc_state()Maxime Ripard-18/+0
2025-10-06drm/atomic: Document __drm_planes_state state pointerMaxime Ripard-1/+17
2025-10-06drm/atomic: Remove unused drm_atomic_get_existing_plane_state()Maxime Ripard-18/+0
2025-10-06drm/atomic: Convert __drm_atomic_get_current_plane_state() to modern accessorMaxime Ripard-7/+13
2025-10-06drm/atomic: Document __drm_connectors_state state pointerMaxime Ripard-1/+18
2025-10-06drm/atomic: Remove unused drm_atomic_get_existing_connector_state()Maxime Ripard-23/+0
2025-10-02drm/gpusvm, drm/xe: Fix userptr to not allow device private pagesThomas Hellström-3/+4
2025-10-02drm/dp: Add helpers to query the branch DSC max throughput/line-widthImre Deak-0/+8
2025-10-02drm/dp: Add quirk for Synaptics DSC throughput link-bpp limitImre Deak-0/+9
2025-10-02drm/gpusvm, drm/xe: Fix userptr to not allow device private pagesThomas Hellström-3/+4
2025-10-01drm/vblank: Add CRTC helpers for simple use casesThomas Zimmermann-0/+23
2025-10-01drm/vblank: Add vblank timerThomas Zimmermann-0/+77
2025-09-30drm/crtc: Drop no_vblank bit fieldMaxime Ripard-1/+1
2025-09-29drm/dumb-buffers: Provide helper to set pitch and sizeThomas Zimmermann-0/+14
2025-09-29drm/{i915,xe}: driver agnostic drm to display pointer chaseJani Nikula-0/+42