summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2025-06-03drm/i915: Use dma-fence driver and timeline name helpersTvrtko Ursulin-5/+5
2025-06-03dma-fence: Use a flag for 64-bit seqnosTvrtko Ursulin-10/+7
2025-06-03drm/ttm: Increase pool shrinker batch targetTvrtko Ursulin-1/+8
2025-06-03drm/ttm: Respect the shrinker core free targetTvrtko Ursulin-3/+5
2025-06-03Merge tag 'bitmap-for-6.16-rc1' of https://github.com/norov/linuxLinus Torvalds-97/+11
2025-06-03Merge drm-next-2025-05-28 into drm-misc-nextMaxime Ripard-22702/+36034
2025-06-03drm/i915/display: Fix u32 overflow in SNPS PHY HDMI PLL setupDibin Moolakadan Subrahmanian-8/+8
2025-06-03drm/xe/vf: Add sanity check for GGTT configurationMichal Wajdeczko-1/+10
2025-06-03drm/xe/vf: Move tile-related VF functions to separate fileMichal Wajdeczko-253/+269
2025-06-03drm/xe/vf: Introduce helpers to access GGTT configurationMichal Wajdeczko-1/+38
2025-06-03drm/udl: use DRM_GEM_SHMEM_DRIVER_OPS_NO_MAP_SGTShixiong Ou-1/+1
2025-06-03drm/ast: use DRM_GEM_SHMEM_DRIVER_OPS_NO_MAP_SGTShixiong Ou-1/+1
2025-06-03drm/shmem-helper: Import dmabuf without mapping its sg_tableShixiong Ou-9/+84
2025-06-02drm/xe: remove unmatched xe_vm_unlock() from __xe_exec_queue_init()Maciej Patelczyk-5/+1
2025-06-02drm/xe/configfs: Add attribute to disable enginesLucas De Marchi-2/+147
2025-06-02drm/xe: Allow to disable enginesLucas De Marchi-0/+38
2025-06-02drm/xe: Convert "fused off" messages to be gt-basedLucas De Marchi-11/+6
2025-06-02drm/xe/configfs: Drop trailing semicolonsLucas De Marchi-4/+4
2025-06-02drm/xe/guc: Resend potentially lost H2G MMIO requestMichal Wajdeczko-0/+7
2025-06-02drm/xe: Use GT-oriented printer to dump topology on initMichal Wajdeczko-2/+2
2025-06-02drm/xe: Convert page fault messages to be GT-orientedMichal Wajdeczko-38/+36
2025-06-02drm/xe/hwmon: Simplify and fix 32b wrapLucas De Marchi-10/+8
2025-06-02drm/xe/pxp: Decouple queue addition from PXP startDaniele Ceraolo Spurio-61/+86
2025-06-02drm/xe/pxp: Clarify PXP queue creation behavior if PXP is not readyDaniele Ceraolo Spurio-2/+6
2025-06-02drm/xe/pxp: Use the correct define in the set_property_funcs arrayDaniele Ceraolo Spurio-1/+1
2025-06-02drm/panfrost: Fix panfrost device variable name in devfreqAdrián Larumbe-2/+2
2025-06-02drm/panfrost: show device-wide list of DRM GEM objects over DebugFSAdrián Larumbe-0/+236
2025-06-02drm/panfrost: Add driver IOCTL for setting BO labelsAdrián Larumbe-1/+45
2025-06-02drm/panfrost: Internally label some BOsAdrián Larumbe-0/+12
2025-06-02drm/panfrost: Add BO labelling to PanfrostAdrián Larumbe-0/+59
2025-06-02drm/sched/tests: Use one lock for fence contextPhilipp Stanner-4/+2
2025-06-02drm/xe/sched: stop re-submitting signalled jobsMatthew Auld-1/+9
2025-06-02drm/xe: Rework eviction rejection of bound external bosThomas Hellström-18/+105
2025-06-02drm/i915/guc: Handle race condition where wakeref count drops below 0Jesus Narvaez-3/+14
2025-06-02drm/i915/psr: Fix using wrong mask in REG_FIELD_PREPJouni Högander-2/+2
2025-06-02drm/i915/guc: Check if expecting reply before decrementing outstanding_submis...Jesus Narvaez-1/+1
2025-06-02drm/tests: hdmi: Add test for unsuccessful fallback to YUV420Cristian Ciocaltea-0/+87
2025-06-02drm/tests: hdmi: Add max TMDS rate fallback tests for YUV420 modeCristian Ciocaltea-0/+154
2025-06-02drm/tests: hdmi: Provide EDID supporting 4K@30Hz with RGB/YUVCristian Ciocaltea-0/+114
2025-06-02drm/tests: hdmi: Rename max TMDS rate fallback testsCristian Ciocaltea-4/+4
2025-06-02drm/tests: hdmi: Add limited range tests for YUV420 modeCristian Ciocaltea-5/+103
2025-06-02drm/tests: hdmi: Provide EDID supporting 4K@30Hz with YUV420 onlyCristian Ciocaltea-0/+118
2025-06-02drm/tests: hdmi: Switch to drm_atomic_get_new_connector_state() where possibleCristian Ciocaltea-6/+6
2025-06-02drm/tests: hdmi: Setup ycbcr_420_allowed before initializing connectorCristian Ciocaltea-0/+2
2025-06-02drm/tests: hdmi: Drop unused drm_kunit_helper_connector_hdmi_init_funcs()Cristian Ciocaltea-10/+0
2025-06-02drm/tests: hdmi: Replace open coded EDID setupCristian Ciocaltea-142/+92
2025-06-02drm/tests: hdmi: Add macro to simplify EDID setupCristian Ciocaltea-18/+28
2025-06-02drm/tests: hdmi: Switch to 'void *' type for EDID dataCristian Ciocaltea-2/+2
2025-06-02drm/tests: hdmi: Replace '[_]MHz' with 'mhz'Cristian Ciocaltea-4/+4
2025-06-02drm/connector: hdmi: Use YUV420 output format as an RGB fallbackCristian Ciocaltea-4/+14