summaryrefslogtreecommitdiffstats
path: root/include/drm
AgeCommit message (Expand)AuthorLines
2025-07-15drm/sched: Rename DRM_GPU_SCHED_STAT_NOMINAL to DRM_GPU_SCHED_STAT_RESETMaíra Canal-2/+2
2025-07-14drm/bridge: Pass down connector to drm bridge detect hookAndy Yan-2/+4
2025-07-14drm/bridge: Make dp/hdmi_audio_* callback keep the same paramter order with g...Andy Yan-18/+18
2025-07-11Merge tag 'drm-xe-next-2025-07-10' of https://gitlab.freedesktop.org/drm/xe/k...Simona Vetter-97/+139
2025-07-10drm: Add missing struct drm_wedge_task_info kernel docAndré Almeida-0/+2
2025-07-10drm/ttm: add new api ttm_device_prepare_hibernation()Samuel Zhang-0/+1
2025-07-10drm/sched: Avoid memory leaks with cancel_job() callbackPhilipp Stanner-0/+18
2025-07-09drm/gem: Fix race in drm_gem_handle_create_tail()Simona Vetter-0/+3
2025-07-09drm/framebuffer: Acquire internal references on GEM handlesThomas Zimmermann-0/+7
2025-07-08Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst-13/+66
2025-07-08Merge tag 'drm-msm-next-2025-07-05' of https://gitlab.freedesktop.org/drm/msm...Simona Vetter-4/+14
2025-07-08Merge tag 'drm-intel-next-2025-07-04' of https://gitlab.freedesktop.org/drm/i...Simona Vetter-0/+7
2025-07-07drm/gem-shmem: Do not map s/g table by defaultThomas Zimmermann-15/+3
2025-07-05drm/bridge: Fix kdoc comment for DRM_BRIDGE_OP_HDMI_CEC_ADAPTERCristian Ciocaltea-1/+1
2025-07-04drm/gem: Add ww_acquire_ctx support to drm_gem_lru_scan()Rob Clark-4/+6
2025-07-04drm/gpuvm: Add locking helpersRob Clark-0/+8
2025-07-04drm: add debugfs support on per client-id basisSunil Khatri-0/+18
2025-07-04drm: move drm based debugfs funcs to drm_debugfs.cSunil Khatri-7/+17
2025-07-04drm/xe/bmg: Add one additional PCI IDVodapalli, Ravi Kumar-0/+1
2025-07-04Merge tag 'drm-misc-next-2025-07-03' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie-25/+38
2025-07-03drm: Simplify drmm_alloc_ordered_workqueue returnMatthew Brost-2/+13
2025-07-02drm/dp: Add documentation for luminance_setSuraj Kandpal-0/+1
2025-07-01drm/sched: Increment job count before swapping tail spsc queueMatthew Brost-1/+3
2025-07-01drm/mipi-dsi: Drop MIPI_DSI_MODE_VSYNC_FLUSH flagPhilipp Zabel-2/+0
2025-06-30drm/dp: Change argument type of drm_edp_backlight_enableSuraj Kandpal-1/+1
2025-06-30drm/dp: Change argument type for drm_edp_backlight_set_levelSuraj Kandpal-1/+1
2025-06-30drm/dp: Change current_level argument type to u32Suraj Kandpal-1/+1
2025-06-30drm/dp: Move from u16 to u32 for max in drm_edp_backlight_infoSuraj Kandpal-1/+1
2025-06-30drm/dp: Add argument for max luminance in drm_edp_backlight_initSuraj Kandpal-0/+1
2025-06-30drm/dp: Add argument in drm_edp_backlight_initSuraj Kandpal-1/+1
2025-06-30drm/dp: Introduce new member in drm_backlight_infoSuraj Kandpal-0/+1
2025-06-27drm/format-helper: Split off byte swapping from drm_fb_xrgb8888_to_rgb565()Thomas Zimmermann-2/+4
2025-06-27drm/ttm: Add ttm_bo_kmap_try_from_panic()Jocelyn Falempe-0/+1
2025-06-27drm/panic: Add a private field to struct drm_scanout_bufferJocelyn Falempe-0/+6
2025-06-27drm/mipi-dsi: Add dev_is_mipi_dsi functionMaxime Ripard-0/+3
2025-06-27Merge tag 'drm-misc-next-2025-06-26' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie-3/+5
2025-06-26drm/pagemap: Add a populate_mm opThomas Hellström-0/+34
2025-06-26drm/gpusvm, drm/pagemap: Move migration functionality to drm_pagemapMatthew Brost-96/+101
2025-06-26drm/ttm, drm_xe, Implement ttm_lru_walk_for_evict() using the guarded LRU ite...Thomas Hellström-2/+7
2025-06-26drm/ttm, drm/xe: Modify the struct ttm_bo_lru_walk_cursor initializationThomas Hellström-8/+8
2025-06-26drm/ttm: Use a struct for the common part of struct ttm_lru_walk and struct t...Thomas Hellström-9/+14
2025-06-23drm/connector: move HDR sink metadata to display infoJani Nikula-3/+5
2025-06-23Merge drm/drm-next into drm-xe-nextRodrigo Vivi-129/+489
2025-06-23Merge tag 'drm-intel-next-2025-06-18' of https://gitlab.freedesktop.org/drm/i...Dave Airlie-7/+35
2025-06-20Merge tag 'drm-misc-next-2025-06-19' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie-5/+20
2025-06-20Merge tag 'drm-xe-next-2025-06-18' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie-2/+10
2025-06-18drm/xe: Add Wildcat Lake device IDs to PTL listMatt Roper-1/+3
2025-06-18drm/format-helper: Move drm_fb_build_fourcc_list() to sysfb helpersThomas Zimmermann-4/+0
2025-06-18drm/tests: Do not use drm_fb_blit() in format-helper testsThomas Zimmermann-0/+9
2025-06-17drm: Create a task info option for wedge eventsAndré Almeida-1/+11