summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2025-02-25Merge drm/drm-next into drm-misc-nextThomas Zimmermann-219/+325
2025-02-25drm: panel: Add a panel driver for the Summit displaySasha Finkelstein-0/+142
2025-02-25drm/panel: simple: Add BOE AV123Z7M-N17 panelMaud Spierings-0/+32
2025-02-25drm/panel: simple: add BOE AV101HDT-A10 panelMaud Spierings-0/+32
2025-02-25drm/mipi-dsi: extend "multi" functions and use them in sony-td4353-jdiTejas Vipin-103/+46
2025-02-25Merge tag 'v6.14-rc4' into drm-nextDave Airlie-219/+325
2025-02-24drm/repaper: fix integer overflows in repeat functionsNikita Zhandarovich-2/+2
2025-02-24drm/bridge: ti-sn65dsi86: Check for CONFIG_PWM using IS_REACHABLE()Uwe Kleine-König-3/+3
2025-02-24drm/xe/oa: Allow oa_exponent value of 0Umesh Nerlige Ramappa-2/+3
2025-02-24drm/xe/devcoredump: Remove IS_ERR_OR_NULL check for kzallocShuicheng Lin-2/+2
2025-02-24drm/xe/devcoredump: Fix print typo of offsetShuicheng Lin-2/+2
2025-02-24drm/xe/xe_pmu: Acquire forcewake on event init for engine eventsRiana Tauro-0/+50
2025-02-24drm/xe/xe_pmu: Add PMU support for engine activityRiana Tauro-9/+124
2025-02-24drm/xe/userptr: fix EFAULT handlingMatthew Auld-0/+12
2025-02-24drm/xe/userptr: restore invalidation list on errorMatthew Auld-7/+21
2025-02-24drm/xe/guc: Expose engine activity only for supported GuC versionRiana Tauro-2/+53
2025-02-24drm/xe/trace: Add trace for engine activityRiana Tauro-0/+54
2025-02-24drm/xe: Add engine activity supportRiana Tauro-0/+455
2025-02-24drm/xe/userptr: remove tmp_evict listMatthew Auld-1/+0
2025-02-24drm/xe/userptr: fix EFAULT handlingMatthew Auld-0/+12
2025-02-24drm/xe/userptr: restore invalidation list on errorMatthew Auld-7/+21
2025-02-24drm/sched: Move internal prototypes to internal headerTvrtko Ursulin-0/+32
2025-02-24drm/sched: Move drm_sched_entity_is_ready to internal headerTvrtko Ursulin-12/+13
2025-02-24drm/amdgpu: Pop jobs from the queue more robustlyTvrtko Ursulin-3/+19
2025-02-24drm/sched: Add internal job peek/pop APITvrtko Ursulin-10/+56
2025-02-24drm/xe/wa: Limit char per line to 100Tejas Upadhyay-1/+2
2025-02-21drm/xe/oa: Ensure that polled read returns latest dataUmesh Nerlige Ramappa-0/+1
2025-02-21drm/amdgpu: remove all KFD fences from the BO on releaseChristian König-48/+47
2025-02-21drm/atomic-helper: Add a note in drm_atomic_helper_reset_crtc() kernel-docHerve Codina-0/+4
2025-02-21drm/amd/display: Constify 'struct bin_attribute'Thomas Weißschuh-4/+4
2025-02-21drm/amdgpu: Constify 'struct bin_attribute'Thomas Weißschuh-17/+16
2025-02-21drm/i915: Constify 'struct bin_attribute'Thomas Weißschuh-10/+10
2025-02-21drm/lima: Constify 'struct bin_attribute'Thomas Weißschuh-4/+4
2025-02-21drm/sysfs: Constify 'struct bin_attribute'Thomas Weißschuh-5/+5
2025-02-21drm/xe: Add fault injection for xe_sync_entry_parsePriyanka Dandamudi-0/+1
2025-02-21Merge tag 'drm-msm-fixes-2025-02-20' of https://gitlab.freedesktop.org/drm/ms...Dave Airlie-49/+75
2025-02-21Merge tag 'drm-intel-fixes-2025-02-20' of https://gitlab.freedesktop.org/drm/...Dave Airlie-11/+40
2025-02-21Merge tag 'drm-xe-fixes-2025-02-20' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie-16/+7
2025-02-21Merge tag 'drm-misc-fixes-2025-02-20' of https://gitlab.freedesktop.org/drm/m...Dave Airlie-7/+12
2025-02-20drm/mediatek: mtk_hdmi: Cleanup function mtk_hdmi_resume()AngeloGioacchino Del Regno-8/+1
2025-02-20drm/mediatek: mtk_hdmi: Remove driver bound to HDMI printAngeloGioacchino Del Regno-1/+0
2025-02-20drm/mediatek: mtk_hdmi: Remove goto in mtk_hdmi_clk_enable_audio()AngeloGioacchino Del Regno-5/+4
2025-02-20drm/panel: ilitek-ili9882t: fix GPIO name in error messageJohn Keeping-1/+1
2025-02-20drm/mediatek: mtk_hdmi: Remove ifdef for CONFIG_PM_SLEEPAngeloGioacchino Del Regno-6/+4
2025-02-20drm/mediatek: mtk_hdmi: Use devm managed version of drm_bridge_addAngeloGioacchino Del Regno-5/+5
2025-02-20drm: writeback: Fix kernel doc nameLouis Chauvet-1/+1
2025-02-20drm/mediatek: mtk_hdmi: Remove unused members of struct mtk_hdmiAngeloGioacchino Del Regno-8/+0
2025-02-20drm/xe/client: Skip show_run_ticks if unable to read timestampMarcin Bernatowicz-0/+8
2025-02-20drm/xe/vf: Return EOPNOTSUPP for DRM_XE_DEVICE_QUERY_ENGINE_CYCLES if VFMarcin Bernatowicz-0/+3
2025-02-20drm/ast: cursor: Move implementation to separate source fileThomas Zimmermann-281/+330