summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)Author
2025-03-07drm/i915: Extract intel_bw_update_hw_state()Ville Syrjälä
2025-03-07drm/i915: Extract intel_cdclk_update_hw_state()Ville Syrjälä
2025-03-07drm/i915: Extract intel_bw_crtc_disable_noatomic()Ville Syrjälä
2025-03-07drm/i915: Add skl_wm_plane_disable_noatomic()Ville Syrjälä
2025-03-07drm/i915: clean up pipe's ddb usage in intel_crtc_disable_noatomic()Ville Syrjälä
2025-03-07drm/i915: Extract skl_wm_crtc_disable_noatomic()Ville Syrjälä
2025-03-07drm/i915: Extract intel_cdclk_crtc_disable_noatomic()Ville Syrjälä
2025-03-07drm/i915: Use intel_plane_set_invisible() in intel_plane_disable_noatomic()Ville Syrjälä
2025-03-07drm/i915: Don't clobber crtc_state->cpu_transcoder for inactive crtcsVille Syrjälä
2025-03-07drm/i915: Drop redundant shared_dpll=NULL assignmentsVille Syrjälä
2025-03-07drm/i915: Program CURSOR_PROGRAM and COEFF_POLARITY for icl+ combo PHYsVille Syrjälä
2025-03-07drm/panic: fix overindented list items in documentationMiguel Ojeda
2025-03-07drm/panic: use `div_ceil` to clean Clippy warningMiguel Ojeda
2025-03-07drm/xe/guc_pc: Remove duplicated pc_start callRodrigo Vivi
2025-03-07drm/vkms: Allow to attach connectors and encodersJosé Expósito
2025-03-07drm/vkms: Allow to configure multiple connectorsJosé Expósito
2025-03-07drm/vkms: Allow to attach encoders and CRTCsJosé Expósito
2025-03-07drm/vkms: Allow to configure multiple encodersJosé Expósito
2025-03-07drm/vkms: Allow to attach planes and CRTCsJosé Expósito
2025-03-07drm/vkms: Allow to configure multiple CRTCsJosé Expósito
2025-03-07drm/vkms: Allow to configure multiple planesJosé Expósito
2025-03-07drm/vkms: Add a validation function for VKMS configurationLouis Chauvet
2025-03-07drm/vkms: Set device name from vkms_configJosé Expósito
2025-03-07drm/vkms: Move default_config creation to its own functionJosé Expósito
2025-03-07drm/vkms: Extract vkms_config headerJosé Expósito
2025-03-07drm/vkms: Add KUnit test scaffoldingJosé Expósito
2025-03-07drm/vkms: Create vkms_connector structJosé Expósito
2025-03-07drm/vkms: Extract vkms_connector headerJosé Expósito
2025-03-07drm/i915/plane: convert intel_atomic_plane.[ch] to struct intel_displayJani Nikula
2025-03-07drm/xe/compat: refactor compat i915_drv.hJani Nikula
2025-03-07drm: pl111: fix inconsistent indenting warningCharles Han
2025-03-07drm/gma500: Remove unused mrst_clock_funcsDr. David Alan Gilbert
2025-03-07drm/xe: Release guc ids before cancelling workTejas Upadhyay
2025-03-07drm/imx: legacy-bridge: fix inconsistent indenting warningCharles Han
2025-03-07drm/msm/dpu: Remove duplicate dpu_hw_cwb.h headerJiapeng Chong
2025-03-07drm/msm/dpu: Adjust CDM_MUX to support CWB PINGPONGJessica Zhang
2025-03-07Merge tag 'drm-misc-next-2025-03-06' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie
2025-03-07Merge tag 'amd-drm-fixes-6.14-2025-03-06' of https://gitlab.freedesktop.org/a...Dave Airlie
2025-03-07Merge tag 'drm-xe-fixes-2025-03-06' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie
2025-03-07Merge tag 'drm-intel-fixes-2025-03-06' of https://gitlab.freedesktop.org/drm/...Dave Airlie
2025-03-07Merge tag 'drm-misc-fixes-2025-03-06' of https://gitlab.freedesktop.org/drm/m...Dave Airlie
2025-03-06drm/xe: Add always_migrate_to_vram modparamMatthew Brost
2025-03-06drm/xe: Add modparam for SVM notifier sizeMatthew Brost
2025-03-06drm/xe: Add SVM debugMatthew Brost
2025-03-06drm/xe: Basic SVM BO evictionMatthew Brost
2025-03-06drm/xe: Add SVM VRAM migrationMatthew Brost
2025-03-06drm/xe: Add Xe SVM devmem_release GPU SVM vfuncMatthew Brost
2025-03-06drm/xe: Add Xe SVM populate_devmem_pfn GPU SVM vfuncMatthew Brost
2025-03-06drm/xe: Add GPUSVM device memory copy vfunc functionsMatthew Brost
2025-03-06drm/xe: Add drm_pagemap ops to SVMThomas Hellström