summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2026-05-11drm/amdgpu: add SPI idle check for GC 9.4.4 in gfx_v9_4_3_is_idle()Perry Yuan3-10/+26
2026-05-11drm/amdgpu: check PSP response status in psp_ptl_invokePerry Yuan1-0/+12
2026-05-11drm/amdgpu: Wait for GFX idle before PTL state transitionPerry Yuan1-0/+5
2026-05-11drm/amdgpu: add new data types F8 and Vector for PTLPerry Yuan3-2/+12
2026-05-11drm/amdgpu: add amdgpu.ptl module parameter for PTL controlPerry Yuan5-1/+54
2026-05-11drm/amdgpu: Track PTL disable requests by sourcePerry Yuan4-0/+36
2026-05-11drm/amdkfd: suspend scheduler during PTL re-enablingPerry Yuan1-2/+28
2026-05-11drm/amdkfd: Add PTL control IOCTL Option and unify refcount logicPerry Yuan5-0/+118
2026-05-11drm/amdgpu: add sysfs for Peak Tops Limiter (PTL)Perry Yuan3-0/+200
2026-05-11drm/amdkfd: add kgd control interface for ptlPerry Yuan2-1/+17
2026-05-11drm/amdgpu: add PTL enable/query gfx control support for GC 9.4.4Perry Yuan1-0/+34
2026-05-11drm/amdgpu: add psp interfaces for peak tops limiter driverPerry Yuan7-1/+168
2026-05-11drm/amdgpu: add new performance monitor PSP interfacesPerry Yuan2-0/+38
2026-05-11amd/amdkfd: Add kfd_ioctl_profiler to contain profiler kernel driver changesBenjamin Welton11-8/+187
2026-05-11drm/i915: Consolidate the intel_plane_(un)pin_fb() implementationsVille Syrjälä6-229/+126
2026-05-11drm/xe: Use xe_fb_pin_ggtt_pin() for the initial FB pinVille Syrjälä3-22/+29
2026-05-11drm/i915/fbdev: Use intel_parent_fb_pin_ggtt_(un)pin()Ville Syrjälä4-15/+8
2026-05-11drm/i915: Introduce the main fb_pin parent interfaceVille Syrjälä4-25/+126
2026-05-11drm/xe: Restructure reuse_vma()Ville Syrjälä1-23/+25
2026-05-11drm/xe: Introduce xe_fb_pin_ggtt_(un)pin()Ville Syrjälä1-6/+35
2026-05-11drm/xe: Introduce xe_fb_pin_dpt_(un)pin()Ville Syrjälä1-9/+58
2026-05-11drm/xe: Reorganize intel_plane_pin_fb() a bitVille Syrjälä1-8/+12
2026-05-11drm/xe: Kill the fbdev vma reuse hackVille Syrjälä3-22/+0
2026-05-11drm/xe: Move the FORCE_WC assert into __xe_pin_fb_vma()Ville Syrjälä1-4/+3
2026-05-11drm/i915: Introduce i915_fb_pin_ggtt_(un)pin()Ville Syrjälä1-24/+44
2026-05-11drm/i915: Introduce i915_fb_pin_dpt_(un)pin()Ville Syrjälä1-20/+56
2026-05-11drm/i915: Reorganize intel_plane_pin_fb() a bitVille Syrjälä1-34/+33
2026-05-11drm/i915: Move the i915_dpt_offset()==0 assertVille Syrjälä1-7/+6
2026-05-11drm/i915: Move intel_fb_pin_params to the parent interfaceVille Syrjälä2-11/+2
2026-05-11drm/i915: Introduce intel_parent_fb_pin_get_map()Ville Syrjälä12-9/+57
2026-05-11drm/i915/dp: Fix VSC dynamic range signaling for RGB formatsChaitanya Kumar Borah1-2/+7
2026-05-11rust: auxiliary: add registration data to auxiliary devicesDanilo Krummrich1-5/+5
2026-05-11drm/xe/dma-buf: fix UAF with retry loopMatthew Auld1-37/+12
2026-05-11drm/xe/dma-buf: handle empty bo and UAF racesMatthew Auld1-15/+16
2026-05-11drm/dp: Use drm_printf_indent for DP SDP loggingAnkit Nautiyal1-17/+19
2026-05-11drm/dp: Add target_rr_divider field in AS SDP loggingAnkit Nautiyal1-0/+2
2026-05-11drm/dp: Add a helper to get the SDP type as a stringAnkit Nautiyal1-4/+32
2026-05-11drm/dp: Store coasting vtotal in struct drm_dp_as_sdpAnkit Nautiyal1-0/+1
2026-05-11drm/dp: Refactor AS SDP logging to use space-separated field namesAnkit Nautiyal1-4/+4
2026-05-11drm/dp: Rename and relocate AS SDP payload field masksAnkit Nautiyal1-2/+2
2026-05-11drm/panel: Make drm_panel_init() staticAlbert Esteve2-6/+3
2026-05-11drm/panel/startek-kd070fhfid015: Use refcounted allocation in place of devm_k...Albert Esteve1-6/+6
2026-05-11drm/panel/truly-nt35597: Use refcounted allocation in place of devm_kzalloc()Albert Esteve1-5/+5
2026-05-11drm/panel/sharp-ls043t1le01: Use refcounted allocation in place of devm_kzall...Albert Esteve1-5/+6
2026-05-11drm/panel/tdo-tl070wsh30: Use refcounted allocation in place of devm_kzalloc()Albert Esteve1-7/+7
2026-05-11drm/panel/ilitek-ili9806e: Use refcounted allocation in place of devm_kzalloc()Albert Esteve1-5/+5
2026-05-11drm/panel/lxd-m9189a: Use refcounted allocation in place of devm_kzalloc()Albert Esteve1-5/+6
2026-05-11drm/panel/novatek-nt37700f: Use refcounted allocation in place of devm_kzalloc()Albert Esteve1-5/+6
2026-05-11drm/panel/samsung-s6e63m0: Use refcounted allocation in place of devm_kzalloc()Albert Esteve1-7/+7
2026-05-11drm/panel/visionox-g2647fb105: Use refcounted allocation in place of devm_kza...Albert Esteve1-7/+6