summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
4 daysdrm/i915/gt: Fix potential UAF by revoke of fence registersJanusz Krzysztofik1-0/+1
12 daysdrm/i915/mso: using joiner is not possible with eDP MSOJani Nikula1-0/+4
2024-06-21drm/i915: Fix audio component initializationImre Deak3-11/+24
2024-06-21drm/i915/dpt: Make DPT object unshrinkableVidya Srinivas1-1/+3
2024-06-21drm/i915/gt: Disarm breadcrumbs if engines are already idleChris Wilson1-8/+7
2024-06-16drm/i915/hwmon: Get rid of devmAshutosh Dixit1-14/+32
2024-06-12drm/i915/gt: Fix CCS id's calculation for CCS mode settingAndi Shyti3-1/+15
2024-06-12drm/i915/guc: avoid FIELD_PREP warningArnd Bergmann1-3/+3
2024-06-12kthread: add kthread_stop_putAndreas Gruenbacher1-3/+1
2024-06-12pwm: Rename pwm_apply_state() to pwm_apply_might_sleep()Sean Young1-3/+3
2024-06-12i915: make inject_virtual_interrupt() voidChristian Brauner1-7/+6
2024-05-17drm/i915/bios: Fix parsing backlight BDB dataKarthikeyan Ramasubramanian2-20/+4
2024-05-17drm/i915/gt: Automate CCS Mode setting during engine resetsAndi Shyti3-5/+7
2024-05-17drm/i915/audio: Fix audio time stamp programming for DPChaitanya Kumar Borah1-105/+8
2024-04-27drm/i915/mst: Limit MST+DSC to TGL+Ville Syrjälä2-1/+2
2024-04-27drm/i915/vma: Fix UAF on destroy against retire raceJanusz Krzysztofik1-7/+35
2024-04-27drm/i915: Disable live M/N updates when using bigjoinerVille Syrjälä1-1/+5
2024-04-27drm/i915: Adjust seamless_m_n flag behaviourVille Syrjälä5-12/+17
2024-04-27drm/i915: Enable VRR later during fastsetsVille Syrjälä2-20/+36
2024-04-27drm/i915: Extract intel_crtc_vblank_evade_scanlines()Ville Syrjälä1-22/+31
2024-04-27drm/i915: Change intel_pipe_update_{start,end}() calling conventionVille Syrjälä3-10/+18
2024-04-27drm/i915/cdclk: Fix voltage_level programming edge caseVille Syrjälä1-10/+27
2024-04-27drm/i915/mst: Reject FEC+MST on ICLVille Syrjälä1-1/+2
2024-04-27drm/i915: Fix FEC pipe A vs. DDI A mixupVille Syrjälä1-2/+2
2024-04-17drm/i915: Disable port sync when bigjoiner is usedVille Syrjälä1-0/+5
2024-04-17drm/i915/cdclk: Fix CDCLK programming order when pipes are activeVille Syrjälä2-2/+8
2024-04-17drm/i915/vrr: Disable VRR when using bigjoinerVille Syrjälä1-0/+7
2024-04-10drm/i915/gt: Enable only one CCS for compute workloadAndi Shyti5-0/+65
2024-04-10drm/i915/gt: Do not generate the command streamer for all the CCSAndi Shyti1-0/+17
2024-04-10drm/i915/gt: Disable HW load balancing for CCSAndi Shyti2-2/+22
2024-04-10drm/i915/mtl: Update workaround 14018575942Tejas Upadhyay1-0/+1
2024-04-10drm/i915/xelpg: Extend some workarounds/tuning to gfx version 12.74Matt Roper3-12/+18
2024-04-10drm/i915/mtl: Update workaround 14016712196Tejas Upadhyay1-4/+3
2024-04-10drm/i915: Replace several IS_METEORLAKE with proper IP version checksMatt Roper8-14/+13
2024-04-10drm/i915: Eliminate IS_MTL_GRAPHICS_STEPMatt Roper10-43/+62
2024-04-10drm/i915/xelpg: Call Xe_LPG workaround functions based on IP versionMatt Roper2-18/+31
2024-04-10drm/i915: Consolidate condition for Wa_22011802037Matt Roper6-12/+24
2024-04-10drm/i915: Tidy workaround definitionsMatt Roper1-54/+46
2024-04-10drm/i915/dg2: Drop pre-production GT workaroundsMatt Roper6-279/+21
2024-04-10drm/i915: Pre-populate the cursor physical dma addressVille Syrjälä3-3/+12
2024-04-10drm/i915/display: Use i915_gem_object_get_dma_address to get dma addressMaarten Lankhorst1-2/+4
2024-04-03drm/i915/gt: Reset queue_priority_hint on parkingChris Wilson2-3/+3
2024-04-03drm/i915: Do not match JSL in ehl_combo_pll_div_frac_wa_needed()Jonathon Hall1-1/+1
2024-04-03drm/i915/dsi: Go back to the previous INIT_OTP/DISPLAY_ON order, mostlyVille Syrjälä2-7/+39
2024-04-03drm/i915/bios: Tolerate devdata==NULL in intel_bios_encoder_supports_dp_dual_...Ville Syrjälä1-0/+3
2024-04-03drm/i915/hwmon: Fix locking inversion in sysfs getterJanusz Krzysztofik1-18/+19
2024-04-03drm/i915: Don't explode when the dig port we don't have an AUX CHVille Syrjälä1-3/+14
2024-04-03drm/i915: Check before removing mm notifierNirmoy Das1-0/+3
2024-04-03drm/i915: Add missing ; to __assign_str() macros in tracepoint codeSteven Rostedt (Google)1-3/+3
2024-03-01drm/i915/tv: Fix TV modeMaxime Ripard2-10/+10