summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2025-06-17drm/xe/oa: Enable OAM latency measurementAshutosh Dixit-1/+14
2025-06-17drm/xe/oa: Assign hwe for OAM_SAGAshutosh Dixit-22/+38
2025-06-17drm/xe/oa: Introduce stream->oa_unitAshutosh Dixit-17/+37
2025-06-17drm/xe/oa: Print hwe to OA unit mappingAshutosh Dixit-0/+32
2025-06-17drm/xe/oa/uapi: Expose media OA unitsAshutosh Dixit-19/+53
2025-06-17drm/i915/dsb: Disable the GOSUB interruptVille Syrjälä-5/+9
2025-06-17drm/i915/dsb: Move the DSB_PMCTRL* reset out of intel_dsb_finish()Ville Syrjälä-12/+11
2025-06-17drm/i915/dsb: Garbage collect the MMIO DEwake stuffVille Syrjälä-41/+11
2025-06-17drm/i915/dsb: Introduce intel_dsb_exec_time_us()Ville Syrjälä-2/+25
2025-06-17drm/i915/dsb: Provide intel_dsb_head() and intel_dsb_size()Ville Syrjälä-2/+9
2025-06-17drm/i915/dsb: Use intel_dsb_ins_align() in intel_dsb_align_tail()Ville Syrjälä-0/+2
2025-06-17drm/xe: Move LRC_ENGINE_ID_PPHWSP_OFFSET outside of parallel offsetMatthew Brost-1/+1
2025-06-17drm/xe: Do not kill VM in PT code on -ENODATAMatthew Brost-1/+1
2025-06-17drm/amdgpu: Make use of drm_wedge_task_infoAndré Almeida-4/+16
2025-06-17drm: amdgpu: Use struct drm_wedge_task_info inside of struct amdgpu_task_infoAndré Almeida-19/+18
2025-06-17drm: Create a task info option for wedge eventsAndré Almeida-8/+23
2025-06-17drm: amdgpu: Create amdgpu_vm_print_task_info()André Almeida-22/+18
2025-06-17drm: amdgpu: Allow NULL pointers at amdgpu_vm_put_task_info()André Almeida-1/+2
2025-06-17mm: rename call_mmap/mmap_prepare to vfs_mmap/mmap_prepareLorenzo Stoakes-1/+1
2025-06-17sysfs: treewide: switch back to attribute_group::bin_attrsThomas Weißschuh-3/+3
2025-06-17sysfs: treewide: switch back to bin_attribute::read()/write()Thomas Weißschuh-13/+13
2025-06-16drm/bridge: ti-sn65dsi86: use new GPIO line value setter callbacksBartosz Golaszewski-11/+7
2025-06-16drm/bridge: ti-sn65dsi86: use the auxiliary deviceJerome Brunet-42/+7
2025-06-16drm/etnaviv: Protect the scheduler's pending list with its lockMaíra Canal-1/+4
2025-06-16drm/v3d: Avoid NULL pointer dereference in `v3d_job_update_stats()`Maíra Canal-2/+6
2025-06-16drm/xe/tests: Convert xe_pci tests to parametrized testsMichal Wajdeczko-56/+41
2025-06-16drm/xe/tests: Drop unused xe_device_fn typedefMichal Wajdeczko-1/+0
2025-06-16drm/xe: Fix kconfig promptLucas De Marchi-3/+4
2025-06-16drm/xe/pat: Consolidate PAT programming logic for pre-Xe2 and post-Xe2Matt Roper-28/+16
2025-06-16drm/xe/pat: Determine ATS / PTA programming during early sw initMatt Roper-6/+19
2025-06-16video: Make global edid_info depend on CONFIG_FIRMWARE_EDIDThomas Zimmermann-2/+2
2025-06-16drm/ttm: Include <linux/export.h>Thomas Zimmermann-0/+22
2025-06-16drm/scheduler: Include <linux/export.h>Thomas Zimmermann-0/+3
2025-06-16drm/panel: Include <linux/export.h>Thomas Zimmermann-0/+4
2025-06-16drm/gem: Include <linux/export.h>Thomas Zimmermann-0/+5
2025-06-16drm/display: Include <linux/export.h>Thomas Zimmermann-0/+14
2025-06-16drm/client: Include <linux/export.h>Thomas Zimmermann-0/+10
2025-06-16drm/bridge: Include <linux/export.h>Thomas Zimmermann-0/+16
2025-06-16drm: Include <linux/export.h>Thomas Zimmermann-1/+46
2025-06-16drm: Do not include <linux/export.h>Thomas Zimmermann-1/+0
2025-06-16drm/i915/dsi: Fix off by one in BXT_MIPI_TRANS_VTOTALVille Syrjälä-2/+2
2025-06-16drm/i915/pmu: Fix build error with GCOV and AutoFDO enabledTzung-Bi Shih-2/+2
2025-06-14drm/msm: Fix inverted WARN_ON() logicRob Clark-1/+1
2025-06-14drm/i915/dsi: Assert that vfp+vsync+vbp == vtotal on BXT/GLKVille Syrjälä-1/+4
2025-06-14drm/i915/dsi: Fix off by one in BXT_MIPI_TRANS_VTOTALVille Syrjälä-2/+2
2025-06-13drm/vkms: Compile all tests with CONFIG_DRM_VKMS_KUNIT_TESTMaíra Canal-2/+5
2025-06-13drm/nouveau/bl: increase buffer size to avoid truncate warningJacob Keller-1/+1
2025-06-13drm/nouveau: fix a use-after-free in r535_gsp_rpc_push()Zhi Wang-5/+12
2025-06-13drm/nouveau/gsp: Fix potential integer overflow on integer shiftsColin Ian King-1/+1
2025-06-13Revert "drm/prime: remove drm_prime_lookup_buf_by_handle"Christian König-10/+49