index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-22
drm/i915/gem: Add a helper to read data from a GEM object page
Imre Deak
2
-0
/
+73
2021-01-22
drm/i915/hdcp: Fix uninitialized symbol
Anshuman Gupta
1
-10
/
+10
2021-01-22
drm/i915/hdcp: Fix WARN_ON(data->k > INTEL_NUM_PIPES)
Anshuman Gupta
1
-0
/
+2
2021-01-21
drm/i915/dp: Don't use DPCD backlights that need PWM enable/disable
Lyude Paul
1
-1
/
+6
2021-01-21
drm/i915: Unify the sanity checks for the buf trans tables
Ville Syrjälä
1
-13
/
+10
2021-01-21
drm/i915: Fix ICL MG PHY vswing handling
Ville Syrjälä
1
-4
/
+3
2021-01-21
drm/i915/gvt: Add missing forward decl of intel_vgpu for HDRTEST
Chris Wilson
1
-0
/
+1
2021-01-21
Merge tag 'gvt-gt-next-2021-01-18' of https://github.com/intel/gvt-linux into drm-intel-gt-next
Joonas Lahtinen
8
-83
/
+339
2021-01-21
drm/i915/gt: Skip over completed active execlists, again
Chris Wilson
1
-18
/
+16
2021-01-21
drm/i915/gt: Do not suspend bonded requests if one hangs
Chris Wilson
1
-0
/
+6
2021-01-21
drm/i915/dp: split out aux functionality to intel_dp_aux.c
Jani Nikula
6
-681
/
+714
2021-01-21
drm/i915/dp: abstract struct intel_dp pps members to a sub-struct
Jani Nikula
4
-135
/
+140
2021-01-21
drm/i915/pps: move pps code over from intel_display.c and refactor
Jani Nikula
5
-38
/
+42
2021-01-21
drm/i915/pps: refactor init abstractions
Jani Nikula
1
-25
/
+12
2021-01-20
drm/i915/gem: Drop lru bumping on display unpinning
Chris Wilson
4
-53
/
+4
2021-01-20
drm/i915/gem: Protect used framebuffers from casual eviction
Chris Wilson
5
-2
/
+34
2021-01-20
drm/i915/gem: Use shrinkable status for unknown swizzle quirks
Chris Wilson
7
-32
/
+48
2021-01-20
drm/i915/gem: Move stolen node into GEM object union
Chris Wilson
10
-8
/
+22
2021-01-20
drm/i915/gem: Almagamate clflushes on freeze
Chris Wilson
1
-11
/
+5
2021-01-20
drm/i915/gem: Almagamate clflushes on suspend
Chris Wilson
1
-27
/
+14
2021-01-20
drm/i915/adl_s: Add ADL-S platform info and PCI ids
Caz Yokoyama
5
-1
/
+47
2021-01-20
drm/i915/tgl: Use TGL stepping info for applying WAs
Aditya Swarup
6
-43
/
+43
2021-01-20
drm/i915/region: don't leak the object on error
Matthew Auld
1
-4
/
+4
2021-01-20
drm/i915/uc: Add function to define defaults for GuC/HuC enable
John Harrison
3
-11
/
+28
2021-01-20
drm/i915/gt: Close race between enable_breadcrumbs and cancel_breadcrumbs
Chris Wilson
1
-4
/
+5
2021-01-19
drm/i915/display: Apply interactive priority to explicit flip fences
Chris Wilson
3
-23
/
+42
2021-01-19
drm/i915/gem: Make i915_gem_object_flush_write_domain() static
Chris Wilson
3
-57
/
+52
2021-01-19
drm/i915/pool: constrain pool objects by mapping type
Matthew Auld
6
-17
/
+25
2021-01-19
drm/i915: move i915_map_type into i915_gem_object_types.h
Matthew Auld
2
-8
/
+8
2021-01-19
drm/i915/error: Fix object page offset within a region
CQ Tang
1
-1
/
+3
2021-01-19
drm/i915: Fix the sgt.pfn sanity check
Kui Wen
1
-1
/
+1
2021-01-19
drm/dp: Revert "drm/dp: Introduce EDID-based quirks"
Lyude Paul
4
-11
/
+4
2021-01-19
drm/i915/dp: Allow forcing specific interfaces through enable_dpcd_backlight
Lyude Paul
2
-4
/
+43
2021-01-19
drm/i915/dp: Enable Intel's HDR backlight interface (only SDR for now)
Lyude Paul
4
-31
/
+269
2021-01-19
drm/i915: Keep track of pwm-related backlight hooks separately
Lyude Paul
2
-150
/
+186
2021-01-19
drm/i915: Reuse the async_flip() hook for the async flip disable w/a
Ville Syrjälä
4
-37
/
+35
2021-01-19
drm/i915: Move the async_flip bit setup into the .async_flip() hook
Ville Syrjälä
2
-3
/
+2
2021-01-19
drm/i915: Add plane vfuncs to enable/disable flip_done interrupt
Ville Syrjälä
5
-33
/
+67
2021-01-19
drm/i915: Generalize the async flip capability check
Ville Syrjälä
2
-2
/
+4
2021-01-19
drm/i915: Drop redundant parens
Ville Syrjälä
1
-1
/
+1
2021-01-19
drm/i915: Fix the PHY compliance test vs. hotplug mishap
Ville Syrjälä
3
-1
/
+10
2021-01-19
drm/i915: Fix the training pattern debug print
Ville Syrjälä
1
-5
/
+22
2021-01-19
drm/i915: Disable TRAINING_PATTERN_SET before stopping the TPS transmission
Ville Syrjälä
1
-6
/
+5
2021-01-19
drm/i915/gem: Remove per-client stats from debugfs/i915_gem_objects
Chris Wilson
1
-142
/
+0
2021-01-19
drm/i915: Mark per-engine-reset as supported on gen7
Chris Wilson
1
-2
/
+3
2021-01-19
drm/i915/gt: Pull ring submission resume under its caller forcewake
Chris Wilson
1
-51
/
+42
2021-01-19
drm/i915/gt: Disable the ring before resetting HEAD/TAIL
Chris Wilson
1
-3
/
+7
2021-01-19
drm/i915/gt: Lift stop_ring() to reset_prepare
Chris Wilson
1
-61
/
+36
2021-01-19
drm/i915/selftests: Prepare the selftests for engine resets with ring submission
Chris Wilson
2
-7
/
+22
2021-01-19
drm/i915/gt: One more flush for Baytrail clear residuals
Chris Wilson
1
-3
/
+6
[prev]
[next]