aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2022-06-02drm/i915/sseu: Simplify gen11+ SSEU handlingMatt Roper1-39/+35
2022-06-02drm/i915/xehp: Drop GETPARAM lookups of I915_PARAM_[SUB]SLICE_MASKMatt Roper1-0/+8
2022-06-02drm/i915/xehp: Use separate sseu init functionMatt Roper2-37/+54
2022-06-01Merge tag 'vfio-v5.19-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds3-96/+31
2022-06-01drm/i915: Treat DMRRS as static DRRSVille Syrjälä1-4/+20
2022-06-01drm/i915/bios: Define more BDB contentsVille Syrjälä1-7/+43
2022-06-01drm/i915/bios: Fix aggressiveness typosVille Syrjälä1-4/+4
2022-06-01drm/i915: Accept more fixed modes with VRR panelsVille Syrjälä5-16/+44
2022-06-01drm/i915: Print out rejected fixed modesVille Syrjälä1-0/+4
2022-06-01drm/i915: Parse VRR capability from VBTVille Syrjälä3-6/+23
2022-06-01drm/i915/display: stop using BUG()Jani Nikula3-19/+26
2022-05-31drm/i915/pvc: Add initial PVC workaroundsStuart Summers4-12/+73
2022-05-31drm/i915/pvc: Extract stepping information from PCI revidMatt Roper3-2/+85
2022-05-31drm/i915: Require an exact DP link freq match for the DG2 PLLVille Syrjälä1-1/+1
2022-05-31drm/i915: Check hw.enable and hw.active in intel_pipe_config_compare()Ville Syrjälä1-2/+4
2022-05-31drm/i915: Improve modeset debugsVille Syrjälä1-8/+14
2022-05-31drm/i915: s/pipe_config/crtc_state/Ville Syrjälä1-31/+31
2022-05-31drm/i915: Adjust intel_modeset_pipe_config() & co. calling conventionVille Syrjälä1-23/+25
2022-05-31drm/i915: Extract PIPE_CONF_CHECK_RECT()Ville Syrjälä1-10/+10
2022-05-31drm/i915: Extract PIPE_CONF_CHECK_TIMINGS()Ville Syrjälä1-27/+18
2022-05-31drm/i915: Clean up DPLL related debugsVille Syrjälä2-88/+35
2022-05-31drm/i915: Split shared dpll .get_dplls() into compute and get phasesVille Syrjälä3-68/+230
2022-05-31drm/i915/tc: Don't default disconnected legacy Type-C ports to TBT mode (v2)Vivek Kasireddy1-1/+2
2022-05-27drm/i915/bios: Determine panel type via PNPID matchVille Syrjälä7-19/+95
2022-05-27drm/i915/bios: Split VBT data into per-panel vs. global partsVille Syrjälä21-331/+391
2022-05-27drm/i915/bios: Split VBT parsing to global vs. panel specific partsVille Syrjälä3-11/+17
2022-05-27drm/i915/bios: Split parse_driver_features() into two partsVille Syrjälä1-0/+11
2022-05-27drm/i915/pps: Keep VDD enabled during eDP probeVille Syrjälä2-0/+11
2022-05-27drm/i915/pps: Reinit PPS delays after VBT has been fully parsedVille Syrjälä1-0/+5
2022-05-27drm/i915/pps: Split PPS init+sanitize in twoVille Syrjälä3-5/+28
2022-05-27drm/i915/pps: Stash away original BIOS programmed PPS delaysVille Syrjälä2-5/+9
2022-05-27drm/i915/pps: Don't apply quirks/etc. to the VBT PPS delays if they haven't been initializedVille Syrjälä1-0/+3
2022-05-27drm/i915/pps: Introduce pps_delays_valid()Ville Syrjälä1-1/+7
2022-05-27drm/i915/pps: Split pps_init_delays() into distinct partsVille Syrjälä1-18/+48
2022-05-27drm/i915: Extract intel_edp_fixup_vbt_bpp()Ville Syrjälä4-40/+30
2022-05-27drm/i915: Pass intel_connector to intel_vrr_is_capable()Ville Syrjälä3-10/+10
2022-05-27drm/i915/display/adl_p: Updates to HDMI combo PHY voltage swing tableBalasubramani Vivekanandan1-21/+1
2022-05-27drm/i915: Individualize fences before adding to dma_resv objNirmoy Das2-21/+30
2022-05-26drm/i915/gt: Fix memory leaks in per-gt sysfsAshutosh Dixit5-22/+19
2022-05-26drm/i915/gt: Add media RP0/RPn to per-gt sysfsDale B Stimson2-0/+55
2022-05-26drm/i915/pcode: Init pcode on different gt'sAshutosh Dixit1-2/+18
2022-05-26drm/i915/gt: Add media freq factor to per-gt sysfsAshutosh Dixit6-0/+161
2022-05-25drm/i915/reset: Fix error_state_read ptr + offset useAlan Previn1-3/+12
2022-05-25Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds282-13341/+18958
2022-05-25Merge tag 'Wstringop-overflow-fixes-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linuxLinus Torvalds1-1/+1
2022-05-25drm/i915/hwconfig: Future-proof platform checksMatt Roper1-1/+1
2022-05-25drm/i915/dg2: Support 4k@30 on HDMIVandita Kulkarni1-0/+32
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-12/+11
2022-05-24drm/i915/hwconfig: Report no hwconfig support on ADL-NBalasubramani Vivekanandan1-1/+1
2022-05-24drm/i915/guc: XEHPSDV and PVC do not use HuCDaniele Ceraolo Spurio1-0/+4