aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2022-04-20drm/i915: Sanitize the ADL-S power well definitionImre Deak1-30/+39
2022-04-20drm/i915: Simplify the DG1 power well descriptorsImre Deak1-17/+7
2022-04-20drm/i915: Allow platforms to share power well descriptorsImre Deak1-159/+122
2022-04-20drm/i915: Simplify power well definitions by adding power well instancesImre Deak3-1124/+499
2022-04-20drm/i915: Convert the u64 power well domains mask to a bitmapImre Deak6-88/+116
2022-04-20drm/i915: Convert the power well descriptor domain mask to an array of domainsImre Deak4-673/+742
2022-04-20drm/i915: Sanitize the power well namesImre Deak1-127/+127
2022-04-20drm/i915: Rename the power domain names to end with pipes/portsImre Deak6-205/+205
2022-04-20drm/i915: Move the HSW power well flags to a common bitfieldImre Deak3-103/+104
2022-04-20drm/i915: Move the dg2 fixed_enable_delay power well param to a common bitfieldImre Deak3-15/+14
2022-04-20drm/i915: Move the power domain->well mappings to intel_display_power_map.cImre Deak4-2257/+2168
2022-04-20drm/i915: Unexport the for_each_power_well() macrosImre Deak3-20/+20
2022-04-20drm/i915: Move per-platform power well hooks to intel_display_power_well.cImre Deak6-1787/+1835
2022-04-20drm/i915/dg2: Add workaround 18019627453José Roberto de Souza1-0/+4
2022-04-20drm/i915/display: Add workaround 22014263786José Roberto de Souza2-0/+10
2022-04-20drm/i915: Program i830 DPLL FP register laterVille Syrjälä1-3/+3
2022-04-20drm/i915: program wm blocks to at least blocks required per lineVinod Govindapillai1-0/+19
2022-04-20drm/i915: Fix DISP_POS_Y and DISP_HEIGHT definesHans de Goede1-2/+2
2022-04-20drm/i915/display/psr: Unset enable_psr2_sel_fetch if other checks in intel_psr2_config_valid() failsJosé Roberto de Souza1-17/+21
2022-04-19drm/i915/rpl-p: Add PCI IDsMatt Atwood4-8/+17
2022-04-19drm/i915/dg2: Enable Wa_22012727170/Wa_22012727685John Harrison2-0/+9
2022-04-19drm/i915/dg2: Enable Wa_14014475959 - RCS / CCS context exitMatthew Brost6-0/+65
2022-04-19drm/i915/guc: Apply Wa_16011777198Vinay Belgaumkar2-0/+6
2022-04-19drm/i915/guc: Enable GuC based workarounds for DG2John Harrison2-0/+16
2022-04-19drm/i915/guc: Enable Wa_22011802037 for gen12 GuC based platformsUmesh Nerlige Ramappa6-8/+116
2022-04-19drm/i915: Add Wa_22011802037 force cs haltTilak Tangudu2-0/+10
2022-04-19drm/i915/display/psr: Clear more PSR state during disableJosé Roberto de Souza1-0/+3
2022-04-19drm/i915/display/psr: Unset enable_psr2_sel_fetch if other checks in intel_psr2_config_valid() failsJosé Roberto de Souza1-17/+21
2022-04-19drm/i915/display/vrr: Reset VRR capable property on a long hpdManasi Navare1-6/+11
2022-04-18Merge drm/drm-next into drm-misc-nextPaul Cercueil141-3634/+4245
2022-04-15drm/i915/hwconfig: Add DG2 supportRodrigo Vivi1-0/+2
2022-04-15drm/i915: Don't show engine information in fdinfo with GuC submissionAshutosh Dixit1-1/+5
2022-04-15drm/i915/guc/slpc: Use i915_probe_error instead of drm_errVinay Belgaumkar1-21/+21
2022-04-15drm/i915/uapi: Add DRM_I915_QUERY_GEOMETRY_SUBSLICESMatt Atwood1-19/+52
2022-04-14drm/i915/guc: Update to GuC version 70.1.1John Harrison6-203/+293
2022-04-14drm/i915/migrate: Evict and restore the flatccs capable lmem objRamalingam C1-4/+160
2022-04-14drm/i915/gem: Add extra pages in ttm_tt for ccs dataRamalingam C1-1/+29
2022-04-14drm/i915/selftest_migrate: Check CCS meta data clearRamalingam C1-28/+222
2022-04-14drm/i915/selftest_migrate: Consider the possible roundup of sizeRamalingam C1-0/+3
2022-04-14drm/i915/gt: Clear compress metadata for Flat-ccs objectsRamalingam C2-1/+152
2022-04-14drm/i915/gt: Pass the -EINVAL when emit_pte doesn't update any PTERamalingam C1-1/+5
2022-04-14drm/i915/gt: Optimize the migration and clear loopRamalingam C1-17/+17
2022-04-14drm/i915/gt: Use XY_FAST_COLOR_BLT to clear obj on graphics ver 12+Ramalingam C2-5/+43
2022-04-14drm/i915/gt: use engine instance directly for offsetRamalingam C1-7/+4
2022-04-14Merge tag 'drm-intel-next-2022-04-13-1' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie141-3634/+4245
2022-04-13drm/i915/fbc: Call intel_fbc_activate() directly from frontbuffer flushVille Syrjälä1-1/+1
2022-04-13drm/i915/fbc: Introduce intel_fbc_sanitize()Ville Syrjälä3-12/+19
2022-04-13drm/i915/fbc: Remove intel_fbc_global_disable()Ville Syrjälä4-26/+0
2022-04-13drm/i915: Remove remaining locks from i9xx plane udpatesVille Syrjälä1-12/+0
2022-04-13drm/i915/fbc: Skip nuke when flip is pendingVille Syrjälä1-2/+8