summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2024-03-28drm/i915/gt: Reset queue_priority_hint on parkingChris Wilson2-3/+3
2024-03-28drm/i915/vma: Fix UAF on destroy against retire raceJanusz Krzysztofik1-7/+43
2024-03-28drm/i915: Do not print 'pxp init failed with 0' when it succeedJosé Roberto de Souza1-1/+1
2024-03-28drm/i915: Do not match JSL in ehl_combo_pll_div_frac_wa_needed()Jonathon Hall1-1/+1
2024-03-28drm/i915/hwmon: Fix locking inversion in sysfs getterJanusz Krzysztofik1-18/+19
2024-03-28drm/i915/dsb: Fix DSB vblank waits when using VRRVille Syrjälä1-0/+14
2024-03-28drm/i915/vrr: Generate VRR "safe window" for DSBVille Syrjälä2-4/+5
2024-03-28drm/i915/display/debugfs: Fix duplicate checks in i915_drrs_statusBhanuprakash Modem1-3/+2
2024-03-28drm/i915/drrs: Refactor CPU transcoder DRRS checkBhanuprakash Modem3-10/+14
2024-03-28drm/i915/mtl: Update workaround 14018575942Tejas Upadhyay1-0/+1
2024-03-28drm/i915/dsi: Go back to the previous INIT_OTP/DISPLAY_ON order, mostlyVille Syrjälä2-7/+39
2024-03-28drm/i915/display: Disable AuxCCS framebuffers if built for XeJuha-Pekka Heikkila1-0/+3
2024-03-28drm/i915: Stop doing double audio enable/disable on SDVO and g4x+ DPVille Syrjälä2-6/+0
2024-03-28drm/i915: Add includes for BUG_ON/BUILD_BUG_ON in i915_memcpy.cJoonas Lahtinen1-0/+2
2024-03-18drm/i915: Add missing ; to __assign_str() macros in tracepoint codeSteven Rostedt (Google)1-3/+3
2024-03-14Merge tag 'drm-next-2024-03-13' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds150-2032/+4736
2024-03-13Merge tag 'pm-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-1/+4
2024-03-11Merge branch 'pm-runtime'Rafael J. Wysocki1-1/+4
2024-03-07Merge drm/drm-next into drm-misc-next-fixesThomas Zimmermann65-739/+2108
2024-03-06drm/i915/panelreplay: Move out psr_init_dpcd() from init_connector()Animesh Manna2-3/+3
2024-03-06drm/i915/dp: Fix connector DSC HW state readoutImre Deak5-7/+29
2024-03-06drm/i915/selftests: Fix dependency of some timeouts on HZJanusz Krzysztofik1-2/+4
2024-03-05drm/i915: Don't explode when the dig port we don't have an AUX CHVille Syrjälä1-3/+14
2024-03-04drm/i915: fix applying placement flagChristian König1-1/+1
2024-03-01Merge tag 'drm-misc-next-fixes-2024-02-29' of https://anongit.freedesktop.org...Dave Airlie1-2/+2
2024-03-01Merge tag 'drm-misc-next-2024-02-29' of https://anongit.freedesktop.org/git/d...Dave Airlie1-69/+1
2024-03-01Merge tag 'drm-intel-gt-next-2024-02-28' of git://anongit.freedesktop.org/drm...Dave Airlie1-0/+3
2024-02-29drm/i915: Check before removing mm notifierNirmoy Das1-0/+3
2024-02-28drm/i915: Check before removing mm notifierNirmoy Das1-0/+3
2024-02-28Merge tag 'drm-intel-next-2024-02-27-1' of git://anongit.freedesktop.org/drm/...Dave Airlie64-670/+2104
2024-02-27drm/i915/dp: Enable DP tunnel BW allocation modeImre Deak2-6/+28
2024-02-27drm/i915/dp: Read DPRX for all long HPD pulsesImre Deak1-0/+12
2024-02-27drm/i915/dp: Suspend/resume DP tunnelsImre Deak1-5/+11
2024-02-27drm/i915/dp: Call intel_dp_sync_state() always for DDI DP encodersImre Deak1-1/+1
2024-02-27drm/i915/dp: Handle DP tunnel IRQsImre Deak1-9/+28
2024-02-27drm/i915/dp: Allocate/free DP tunnel BW during modesetImre Deak2-0/+3
2024-02-27drm/i915/dp: Compute DP tunnel BW during encoder state computationImre Deak4-5/+28
2024-02-27drm/i915/dp: Account for tunnel BW limit in intel_dp_max_link_data_rate()Imre Deak1-4/+28
2024-02-27drm/i915/dp: Add DP tunnel atomic state and check BW limitImre Deak3-0/+23
2024-02-27drm/i915/dp: Add support for DP tunnel BW allocationImre Deak8-0/+974
2024-02-27drm/i915/dp: Sync instead of try-sync commits when getting active pipesImre Deak1-3/+4
2024-02-27drm/i915/dp: Add intel_dp_max_link_data_rate()Imre Deak3-7/+30
2024-02-27drm/i915/dp: Factor out intel_dp_read_dprx_caps()Imre Deak2-5/+26
2024-02-27drm/i915/dp: Factor out intel_dp_update_sink_caps()Imre Deak2-3/+9
2024-02-27drm/i915/dp: Export intel_dp_max_common_rate/lane_count()Imre Deak2-2/+4
2024-02-27drm/i915/dp: Factor out intel_dp_config_required_rate()Imre Deak2-24/+20
2024-02-27drm/i915/dp: Use drm_dp_max_dprx_data_rate()Imre Deak4-57/+10
2024-02-27drm/i915/dp: Add support to notify MST connectors to retry modesetsImre Deak5-6/+55
2024-02-27drm/i915: Fix display bpp limit computation during system resumeImre Deak3-7/+20
2024-02-27drm/i915/hdcp: Extract hdcp structure from correct connectorSuraj Kandpal1-2/+5