summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-intel-next-2023-01-12' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2023-01-1764-1474/+3108
|\
| * drm/i915/display: Prune Interlace modes for Display >=12Ankit Nautiyal2023-01-122-3/+9
| * drm/i915/display: Drop check for doublescan mode in modevalidAnkit Nautiyal2023-01-122-6/+0
| * drm/i915/mtl: update scaler source and destination limits for MTLAnimesh Manna2023-01-101-8/+32
| * drm/i915/mtl: limit second scaler vertical scaling in ver >= 14Luca Coelho2023-01-101-10/+75
| * drm/i915: Fix timeslots argument for DP DSC SST caseStanislav Lisovskiy2023-01-091-4/+4
| * drm/i915: Update docs in intel_wakeref.hNirmoy Das2023-01-061-11/+10
| * drm/i915: Expand force_probe to block probe of devices as well.Rodrigo Vivi2023-01-053-9/+41
| * drm/i915/dp: change aux_ctl reg read to polling readArun R Murthy2023-01-041-9/+5
| * drm/i915/dmc: Do not require specific versionsGustavo Sousa2023-01-032-36/+0
| * drm/i915: Enable XE_HP 4Tile supportJonathan Cavitt2023-01-031-1/+1
| * Merge drm/drm-next into drm-intel-nextJani Nikula2023-01-02618-5566/+13459
| |\
| * | drm/i915/mtl: Add support of Tile4 to MTLStanislav Lisovskiy2022-12-231-1/+1
| * | drm/i915/psr: Add continuous full frame bit together with singleJouni Högander2022-12-231-9/+10
| * | drm/i915/dsi: fix MIPI_BKLT_EN_1 native GPIO indexJani Nikula2022-12-221-1/+1
| * | drm/i915/ddi: Add missing wait-for-active for HDMI aligning with bspec updatesAnkit Nautiyal2022-12-211-0/+2
| * | drm/i915/ddi: Align timeout for DDI_BUF_CTL active with BspecAnkit Nautiyal2022-12-211-1/+14
| * | drm/i915/dsi: add support for ICL+ native MIPI GPIO sequenceJani Nikula2022-12-203-3/+95
| * | drm/i915: Remove __maybe_unused from mtl_infoLucas De Marchi2022-12-161-1/+0
| * | drm/i915: ratelimit errors in display engine irqLucas De Marchi2022-12-161-14/+14
| * | drm/i915: Bpp/timeslot calculation fixes for DP MST DSCStanislav Lisovskiy2022-12-133-35/+106
| * | drm/i915: Extract VESA DSC bpp alignment to separate functionStanislav Lisovskiy2022-12-133-20/+32
| * | drm/i915: Add DSC support to MST pathStanislav Lisovskiy2022-12-133-26/+173
| * | drm/i915: Extract drm_dp_atomic_find_vcpi_slots cycle to separate functionStanislav Lisovskiy2022-12-131-12/+36
| * | drm/i915: Fix intel_dp_mst_compute_link_configStanislav Lisovskiy2022-12-131-2/+14
| * | drm/i915: add new "soc" sub-directory and move PCH and DRAM code thereJani Nikula2022-12-137-4/+9
| * | drm/i915: Use ilk_lut_write*() for all ilk+ gamma modesVille Syrjälä2022-12-131-56/+50
| * | Revert "drm/i915: Disable DSB usage for now"Ville Syrjälä2022-12-131-1/+1
| * | drm/i915: Disable DSB usage specifically for LUTsVille Syrjälä2022-12-131-0/+3
| * | drm/i915: Make DSB lower levelVille Syrjälä2022-12-133-54/+58
| * | drm/i915: Move the DSB setup/cleaup into the color codeVille Syrjälä2022-12-134-15/+30
| * | drm/i915: Move the DSB->mmio fallback into the LUT codeVille Syrjälä2022-12-132-50/+62
| * | drm/i915: Document LUT "max" register precisionVille Syrjälä2022-12-131-5/+5
| * | drm/i915: Standardize auto-increment LUT load procedureVille Syrjälä2022-12-131-1/+18
| * | drm/i915: Clean up various indexed LUT registersVille Syrjälä2022-12-132-23/+41
| * | drm/i915: Define skl+ palette anti-collision bitVille Syrjälä2022-12-131-0/+1
| * | drm/i915: Clean up GAMMA_MODE definesVille Syrjälä2022-12-131-8/+8
| * | drm/i915: Shorten GAMMA_MODE_MODE_12BIT_MULTI_SEGMENTED a bitVille Syrjälä2022-12-132-6/+6
| * | drm/i915/mtl: Initial display workaroundsJouni Högander2022-12-125-13/+31
| * | drm/i915: Improve PPS debugsVille Syrjälä2022-12-091-66/+128
| * | drm/i915: Fix whitespaceVille Syrjälä2022-12-091-1/+1
| * | drm/i915: Print the PPS registers using consistent formatVille Syrjälä2022-12-091-3/+4
| * | drm/i915: Reject unusable power sequencersVille Syrjälä2022-12-094-11/+38
| * | drm/i915: Extend dual PPS handlind for ICP+Ville Syrjälä2022-12-091-12/+32
| * | drm/i915: Try to use the correct power sequencer intiially on bxt/glkVille Syrjälä2022-12-093-17/+102
| * | drm/i915: Generalize the PPS vlv_pipe_check() stuffVille Syrjälä2022-12-091-16/+11
| * | drm/i915: Do panel VBT init early if the VBT declares an explicit panel typeVille Syrjälä2022-12-099-26/+61
| * | drm/i915: Introduce intel_panel_init_alloc()Ville Syrjälä2022-12-093-1/+9
| * | drm/i915/display: no need for gt/gen8_ppgtt.hJani Nikula2022-12-091-2/+0
| * | drm/i915/display: Don't disable DDI/Transcoder when setting phy test patternKhaled Almahallawy2022-12-091-59/+0