aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2021-01-22drm/i915/gem: Add a helper to read data from a GEM object pageImre Deak2-0/+73
2021-01-22drm/i915/hdcp: Fix uninitialized symbolAnshuman Gupta1-10/+10
2021-01-22drm/i915/hdcp: Fix WARN_ON(data->k > INTEL_NUM_PIPES)Anshuman Gupta1-0/+2
2021-01-21drm/i915/dp: Don't use DPCD backlights that need PWM enable/disableLyude Paul1-1/+6
2021-01-21drm/i915: Unify the sanity checks for the buf trans tablesVille Syrjälä1-13/+10
2021-01-21drm/i915: Fix ICL MG PHY vswing handlingVille Syrjälä1-4/+3
2021-01-21drm/i915/gvt: Add missing forward decl of intel_vgpu for HDRTESTChris Wilson1-0/+1
2021-01-21Merge tag 'gvt-gt-next-2021-01-18' of https://github.com/intel/gvt-linux into drm-intel-gt-nextJoonas Lahtinen8-83/+339
2021-01-21drm/i915/gt: Skip over completed active execlists, againChris Wilson1-18/+16
2021-01-21drm/i915/gt: Do not suspend bonded requests if one hangsChris Wilson1-0/+6
2021-01-21drm/i915/dp: split out aux functionality to intel_dp_aux.cJani Nikula6-681/+714
2021-01-21drm/i915/dp: abstract struct intel_dp pps members to a sub-structJani Nikula4-135/+140
2021-01-21drm/i915/pps: move pps code over from intel_display.c and refactorJani Nikula5-38/+42
2021-01-21drm/i915/pps: refactor init abstractionsJani Nikula1-25/+12
2021-01-20drm/i915/gem: Drop lru bumping on display unpinningChris Wilson4-53/+4
2021-01-20drm/i915/gem: Protect used framebuffers from casual evictionChris Wilson5-2/+34
2021-01-20drm/i915/gem: Use shrinkable status for unknown swizzle quirksChris Wilson7-32/+48
2021-01-20drm/i915/gem: Move stolen node into GEM object unionChris Wilson10-8/+22
2021-01-20drm/i915/gem: Almagamate clflushes on freezeChris Wilson1-11/+5
2021-01-20drm/i915/gem: Almagamate clflushes on suspendChris Wilson1-27/+14
2021-01-20drm/i915/adl_s: Add ADL-S platform info and PCI idsCaz Yokoyama5-1/+47
2021-01-20drm/i915/tgl: Use TGL stepping info for applying WAsAditya Swarup6-43/+43
2021-01-20drm/i915/region: don't leak the object on errorMatthew Auld1-4/+4
2021-01-20drm/i915/uc: Add function to define defaults for GuC/HuC enableJohn Harrison3-11/+28
2021-01-20drm/i915/gt: Close race between enable_breadcrumbs and cancel_breadcrumbsChris Wilson1-4/+5
2021-01-19drm/i915/display: Apply interactive priority to explicit flip fencesChris Wilson3-23/+42
2021-01-19drm/i915/gem: Make i915_gem_object_flush_write_domain() staticChris Wilson3-57/+52
2021-01-19drm/i915/pool: constrain pool objects by mapping typeMatthew Auld6-17/+25
2021-01-19drm/i915: move i915_map_type into i915_gem_object_types.hMatthew Auld2-8/+8
2021-01-19drm/i915/error: Fix object page offset within a regionCQ Tang1-1/+3
2021-01-19drm/i915: Fix the sgt.pfn sanity checkKui Wen1-1/+1
2021-01-19drm/dp: Revert "drm/dp: Introduce EDID-based quirks"Lyude Paul4-11/+4
2021-01-19drm/i915/dp: Allow forcing specific interfaces through enable_dpcd_backlightLyude Paul2-4/+43
2021-01-19drm/i915/dp: Enable Intel's HDR backlight interface (only SDR for now)Lyude Paul4-31/+269
2021-01-19drm/i915: Keep track of pwm-related backlight hooks separatelyLyude Paul2-150/+186
2021-01-19drm/i915: Reuse the async_flip() hook for the async flip disable w/aVille Syrjälä4-37/+35
2021-01-19drm/i915: Move the async_flip bit setup into the .async_flip() hookVille Syrjälä2-3/+2
2021-01-19drm/i915: Add plane vfuncs to enable/disable flip_done interruptVille Syrjälä5-33/+67
2021-01-19drm/i915: Generalize the async flip capability checkVille Syrjälä2-2/+4
2021-01-19drm/i915: Drop redundant parensVille Syrjälä1-1/+1
2021-01-19drm/i915: Fix the PHY compliance test vs. hotplug mishapVille Syrjälä3-1/+10
2021-01-19drm/i915: Fix the training pattern debug printVille Syrjälä1-5/+22
2021-01-19drm/i915: Disable TRAINING_PATTERN_SET before stopping the TPS transmissionVille Syrjälä1-6/+5
2021-01-19drm/i915/gem: Remove per-client stats from debugfs/i915_gem_objectsChris Wilson1-142/+0
2021-01-19drm/i915: Mark per-engine-reset as supported on gen7Chris Wilson1-2/+3
2021-01-19drm/i915/gt: Pull ring submission resume under its caller forcewakeChris Wilson1-51/+42
2021-01-19drm/i915/gt: Disable the ring before resetting HEAD/TAILChris Wilson1-3/+7
2021-01-19drm/i915/gt: Lift stop_ring() to reset_prepareChris Wilson1-61/+36
2021-01-19drm/i915/selftests: Prepare the selftests for engine resets with ring submissionChris Wilson2-7/+22
2021-01-19drm/i915/gt: One more flush for Baytrail clear residualsChris Wilson1-3/+6