summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorLines
2025-03-26drm/shmem-helper: Use refcount_t for pages_use_countDmitry Osipenko-24/+21
2025-03-26drm/shmem-helper: Add and use pages_pin_countDmitry Osipenko-1/+15
2025-03-26drm/shmem-helper: Remove obsoleted is_iomem testDmitry Osipenko-6/+0
2025-03-26drm/shmem-helper: Refactor locked/unlocked functionsDmitry Osipenko-42/+42
2025-03-26drm/shmem-helper: Make all exported symbols GPLDmitry Osipenko-8/+8
2025-03-26drm/gem: Add _locked postfix to functions that have unlocked counterpartDmitry Osipenko-3/+3
2025-03-26drm/gem: Change locked/unlocked postfix of drm_gem_v/unmap() function namesDmitry Osipenko-33/+33
2025-03-26drm/xe: Add fault injection for xe_oa_alloc_regsNakshtra Goyal-0/+1
2025-03-25drm/xe: Fix unmet direct dependencies warningYue Haibing-1/+1
2025-03-25drm/xe: Set survivability mode before heci initLucas De Marchi-2/+10
2025-03-25drm/xe: Move survivability back to xeLucas De Marchi-19/+34
2025-03-25drm/xe: Apply Wa_16023105232Vinay Belgaumkar-12/+74
2025-03-25drm/xe/vf: Don't check CTC_MODE[0] if VFMichal Wajdeczko-4/+11
2025-03-25drm/i915: Move intel_disable_shared_dpll() into ilk_pch_post_disable()Ville Syrjälä-2/+4
2025-03-25drm/i915: Enable/disable shared dplls just the once for joined pipesVille Syrjälä-15/+5
2025-03-25drm/vc4: hdmi: Add jack detection to HDMI audio driverDavid Turner-0/+25
2025-03-25drm/vc4: hdmi: Call HDMI hotplug helper on disconnectStefan Wahren-2/+2
2025-03-25drm/display: Update comment on hdmi hotplug helperDavid Turner-1/+1
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-27/+19
2025-03-25drm/imagination: fix firmware memory leaksBrendan King-7/+20
2025-03-25drm/imagination: take paired job referenceBrendan King-0/+11
2025-03-25drm/i915/vrr: Set trans_vrr_ctl in intel_vrr_set_transcoder_timings()Ankit Nautiyal-0/+4
2025-03-25drm/i915/vrr: Always use VRR timing generator for PTL+Ankit Nautiyal-1/+3
2025-03-25drm/i915/vrr: Allow fixed_rr with pipe joinerAnkit Nautiyal-7/+11
2025-03-25drm/i915/display: Move vrr.guardband/pipeline_full out of !fastset blockAnkit Nautiyal-3/+7
2025-03-25drm/i915/display: Use fixed rr timings in intel_set_transcoder_timings_lrr()Ankit Nautiyal-1/+4
2025-03-25drm/i915/vrr: Use fixed timings for platforms that support VRRAnkit Nautiyal-4/+4
2025-03-25drm/i915/display: Use fixed_rr timings in modeset sequenceAnkit Nautiyal-8/+54
2025-03-25drm/i915/vrr: Set vrr.enable for VRR TG with fixed_rrAnkit Nautiyal-1/+7
2025-03-25drm/i915/vrr: Always set vrr vmax/vmin/flipline in vrr_{enable/disable}Ankit Nautiyal-13/+27
2025-03-25drm/i915/vrr: Refactor condition for computing vmax and LRRAnkit Nautiyal-6/+8
2025-03-25drm/i915/display: Move intel_psr_post_plane_update() at the laterAnkit Nautiyal-2/+2
2025-03-25drm/i915/display: Disable PSR before disabling VRRAnkit Nautiyal-2/+2
2025-03-25drm/i915/dp_mst: Use VRR Timing generator for DP MST for fixed_rrAnkit Nautiyal-0/+5
2025-03-25drm/i915/hdmi: Use VRR Timing generator for HDMI for fixed_rrAnkit Nautiyal-0/+3
2025-03-25drm/i915/gvt: Stop using intel_runtime_pm_put_unchecked()Ville Syrjälä-21/+34
2025-03-25drm/display: dp-tunnel: use new DCPD access helpersDmitry Baryshkov-10/+10
2025-03-25drm/display: dp-mst-topology: use new DCPD access helpersDmitry Baryshkov-54/+51
2025-03-25drm/display: dp-cec: use new DCPD access helpersDmitry Baryshkov-19/+18
2025-03-25drm/display: dp: use new DCPD access helpersDmitry Baryshkov-180/+116
2025-03-25drm/display: dp: change drm_dp_dpcd_read_link_status() return valueDmitry Baryshkov-43/+28
2025-03-25drm/display: dp: implement new access helpersDmitry Baryshkov-0/+4
2025-03-25drm/xe/pf: Enable per-function engine activity statsRiana Tauro-0/+20
2025-03-25drm/xe/xe_pmu: Add PMU support for per-function engine activity statsRiana Tauro-8/+31
2025-03-25drm/xe: Add support for per-function engine activityRiana Tauro-33/+192
2025-03-25drm/i915: Replace the HAS_DDI() in intel_crtc_scanline_offset() with specific...Ville Syrjälä-2/+3
2025-03-25drm/i915: Reverse the scanline_offset if ladderVille Syrjälä-3/+3
2025-03-25drm/i915: Fix scanline_offset for LNL+ and BMG+Ville Syrjälä-1/+3
2025-03-25drm/i915/dp_mst: Fix side-band message timeouts due to long PPS delaysImre Deak-3/+18
2025-03-25drm/i915/pps: Let calling intel_pps_vdd_{on, off}_unlocked() w/o PPS lock heldImre Deak-4/+4