summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2025-10-13drm/amd/powerplay: Fix CIK shutdown temperatureTimur Kristóf-2/+1
2025-10-13drm/amdgpu: use atomic functions with memory barriers for vm fault infoGui-Dong Han-11/+8
2025-10-13drm/amdgpu: set an error on all fences from a bad contextAlex Deucher-6/+37
2025-10-13drm/amdgpu: handle wrap around in reemit handlingAlex Deucher-5/+10
2025-10-13drm/amdgpu: fix handling of harvesting for ip_discovery firmwareAlex Deucher-1/+17
2025-10-13drm/amdgpu: block CE CS if not explicitely allowed by module optionChristian König-1/+14
2025-10-13drm/amdgpu: remove two invalid BUG_ON()sChristian König-4/+0
2025-10-13drm/amd: Disable ASPM on SITimur Kristóf-0/+7
2025-10-13drm/amd/pm: Disable MCLK switching on SI at high pixel clocksTimur Kristóf-0/+5
2025-10-13Revert "drm/amd/display: Only restore backlight after amdgpu_dm_init or dm_re...Matthew Schwartz-15/+4
2025-10-13drm/i915/fb: Fix the set_tiling vs. addfb race, againVille Syrjälä-18/+20
2025-10-13drm/i915/frontbuffer: Move bo refcounting intel_frontbuffer_{get,release}()Ville Syrjälä-3/+9
2025-10-13drm/i915/guc: Skip communication warning on reset in progressZhanjun Dong-1/+8
2025-10-13drm/xe/guc: Check GuC running state before deregistering exec queueShuicheng Lin-1/+12
2025-10-13drm/xe/i2c: Wire up reset/postinstall for I2C IRQRaag Jadav-0/+30
2025-10-13drm/xe/i2c: Introduce xe_i2c_irq_present()Raag Jadav-1/+6
2025-10-13drm/xe: Sort include files alphabetically.Arun Abhishek Chowhan-3/+3
2025-10-13drm/atomic: Change state pointers to a more meaningful nameMaxime Ripard-18/+18
2025-10-13Merge drm/drm-next into drm-misc-nextThomas Zimmermann-10249/+14926
2025-10-11drm/bridge: lt9211: Drop check for last nibble of version registerMarek Vasut-2/+1
2025-10-11drm/i915/cdclk: Move intel_cdclk_atomic_check()Ville Syrjälä-42/+40
2025-10-11drm/i915/cdclk: Hide intel_modeset_calc_cdclk()Ville Syrjälä-28/+20
2025-10-11drm/i915/cdclk: Use enabled_pipes instead of active_pipes for the glk audio w/aVille Syrjälä-3/+13
2025-10-11drm/i915: Introduce intel_calc_enabled_pipes()Ville Syrjälä-0/+19
2025-10-11drm/i915/cdclk: Decouple cdclk from state->modesetVille Syrjälä-6/+14
2025-10-11drm/i915/cdclk: Move intel_bw_crtc_min_cdclk() handling into intel_crtc_compu...Ville Syrjälä-13/+6
2025-10-11drm/i915/cdclk: Rework crtc min_cdclk handlingVille Syrjälä-22/+17
2025-10-11drm/i915/cdclk: Relocate intel_plane_calc_min_cdclk() callsVille Syrjälä-15/+5
2025-10-11drm/i915/cdclk: Do intel_cdclk_update_crtc_min_cdclk() per-pipeVille Syrjälä-32/+36
2025-10-11drm/i915/cdclk: Rework bw_min_cdclk handlingVille Syrjälä-20/+18
2025-10-11drm/i915/cdclk: Extract intel_cdclk_update_crtc_min_cdclk()Ville Syrjälä-37/+41
2025-10-11drm/i915/cdclk: Extract intel_cdclk_update_bw_min_cdclk()Ville Syrjälä-36/+38
2025-10-11drm/i915/cdclk: Handle the force_min_cdclk state locking in intel_cdclk_atomi...Ville Syrjälä-4/+8
2025-10-11drm/i915/cdclk: Introduce intel_cdclk_modeset_checks()Ville Syrjälä-5/+43
2025-10-11drm/i915/cdclk: Extract dg2_power_well_count()Ville Syrjälä-14/+19
2025-10-11drm/i915/cdclk: Extract glk_cdclk_audio_wa_needed()Ville Syrjälä-2/+9
2025-10-11drm/1915/bw: Drop redundant display version checksVille Syrjälä-4/+0
2025-10-11drm/i915/bw: Skip the bw_state->active_pipes update if no pipe is changing it...Ville Syrjälä-15/+14
2025-10-11drm/i915: Introduce intel_crtc_active_changed() and intel_any_crtc_active_cha...Ville Syrjälä-0/+24
2025-10-11drm/i915: Introduce intel_crtc_enable_changed() and intel_any_crtc_enable_cha...Ville Syrjälä-0/+25
2025-10-10Merge tag 'drm-next-2025-10-11-1' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-248/+385
2025-10-10Merge tag 'drm-fixes-2025-10-11' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-8/+17
2025-10-11Merge tag 'drm-misc-fixes-2025-10-09' of https://gitlab.freedesktop.org/drm/m...Dave Airlie-8/+17
2025-10-10drm/xe: Change return type of detect_bar2_dgfx() from s64 to u64Shuicheng Lin-1/+3
2025-10-10drm/xe: Fix copyright in xe_ttm_stolen_mgrShuicheng Lin-2/+2
2025-10-10drm/xe: Fix copyright and function naming in xe_ttm_sys_mgrShuicheng Lin-3/+3
2025-10-10drm/xe: Enable media sampler power gatingVinay Belgaumkar-0/+9
2025-10-10drm/xe: Handle mixed mappings and existing VRAM on atomic faultsMatthew Brost-1/+12
2025-10-10drm/xe/migrate: Fix an error pathThomas Hellström-1/+1
2025-10-10drm/gud: Use kmalloc_array() instead of kmalloc()Mehdi Ben Hadj Khelifa-1/+1