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-14
drm/i915/pps: rename pps_{,un}lock -> intel_pps_{,un}lock
Jani Nikula
3
-24
/
+25
2021-01-14
drm/i915/pps: abstract panel power sequencer from intel_dp.c
Jani Nikula
7
-1343
/
+1397
2021-01-14
drm/i915/display: fix the uint*_t types that have crept in
Jani Nikula
4
-4
/
+4
2021-01-14
drm/i915/display: remove useless use of inline
Jani Nikula
1
-1
/
+1
2021-01-14
drm/i915/gt: Rearrange ivb workarounds
Chris Wilson
1
-71
/
+47
2021-01-14
drm/i915/gt: Rearrange vlv workarounds
Chris Wilson
1
-44
/
+51
2021-01-13
drm/i915/gt: Replace open-coded intel_engine_stop_cs()
Chris Wilson
2
-26
/
+14
2021-01-13
drm/i915/selftests: Bump the scheduling error threshold for fast heartbeats
Chris Wilson
1
-3
/
+10
2021-01-13
drm/i915/selftests: Force a failed engine reset
Chris Wilson
1
-0
/
+144
2021-01-13
drm/i915/dp: Fix LTTPR vswing/pre-emp setting in non-transparent mode
Imre Deak
3
-10
/
+14
2021-01-13
drm/i915/dp: Move intel_dp_set_signal_levels() to intel_dp_link_training.c
Imre Deak
4
-21
/
+20
2021-01-13
drm/i915/guc: stop calling execlists_set_default_submission
Daniele Ceraolo Spurio
4
-26
/
+48
2021-01-13
drm/i915/guc: init engine directly in GuC submission mode
Daniele Ceraolo Spurio
3
-11
/
+219
2021-01-13
drm/i915/guc: do not dump execlists state with GuC submission
Daniele Ceraolo Spurio
1
-1
/
+3
2021-01-13
drm/i915/guc: Delete GuC code unused in future patches
Matthew Brost
3
-190
/
+3
2021-01-13
drm/i915/hdcp: Enable HDCP 2.2 MST support
Anshuman Gupta
1
-1
/
+1
2021-01-13
drm/i915/hdcp: Configure HDCP2.2 MST steram encryption status
Anshuman Gupta
1
-1
/
+50
2021-01-13
drm/i915/hdcp: Support for HDCP 2.2 MST shim callbacks
Anshuman Gupta
2
-8
/
+85
2021-01-13
drm/i915/hdcp: Add HDCP 2.2 stream register
Anshuman Gupta
1
-0
/
+39
2021-01-13
drm/i915/hdcp: Pass connector to check_2_2_link
Anshuman Gupta
4
-4
/
+7
2021-01-13
drm/i915/hdcp: MST streams support in hdcp port_data
Anshuman Gupta
2
-15
/
+102
2021-01-13
drm/i915/hdcp: Encapsulate hdcp_port_data to dig_port
Anshuman Gupta
3
-24
/
+39
2021-01-13
drm/i915/hdcp: Pass dig_port to intel_hdcp_init
Anshuman Gupta
4
-9
/
+13
2021-01-13
drm/i915/hdcp: Enable Gen12 HDCP 1.4 DP MST support
Anshuman Gupta
1
-4
/
+3
2021-01-13
drm/i915/hdcp: Configure HDCP1.4 MST steram encryption status
Anshuman Gupta
1
-13
/
+25
2021-01-13
drm/i915/hdcp: HDCP stream encryption support
Anshuman Gupta
6
-28
/
+97
2021-01-13
drm/i915/hdcp: Move HDCP enc status timeout to header
Anshuman Gupta
2
-5
/
+6
2021-01-13
drm/i915/hdcp: DP MST transcoder for link and stream
Anshuman Gupta
5
-7
/
+16
2021-01-13
drm/i915/hdcp: No HDCP when encoder is't initialized
Anshuman Gupta
1
-0
/
+6
2021-01-13
drm/i915/hotplug: Handle CP_IRQ for DP-MST
Anshuman Gupta
1
-1
/
+13
2021-01-13
drm/i915/hdcp: Get conn while content_type changed
Anshuman Gupta
1
-0
/
+1
2021-01-13
drm/i915/hdcp: Update CP property in update_pipe
Anshuman Gupta
1
-0
/
+8
2021-01-12
drm/i915: move region_lmem under gt
Matthew Auld
4
-2
/
+2
2021-01-12
drm/i915/lmem: make intel_region_lmem_ops static
Jani Nikula
2
-3
/
+1
2021-01-12
drm/i915/region: make intel_region_map static
Jani Nikula
2
-6
/
+1
2021-01-12
drm/i915: Allow the sysadmin to override security mitigations
Chris Wilson
4
-1
/
+163
2021-01-12
drm/i915/gt: Restore clear-residual mitigations for Ivybridge, Baytrail
Chris Wilson
1
-1
/
+1
2021-01-12
drm/i915/gt: Limit VFE threads based on GT
Chris Wilson
1
-63
/
+94
2021-01-12
drm/i915/gt: Perform an arbitration check before busywaiting
Chris Wilson
1
-1
/
+1
2021-01-12
drm/i915/gt: Check for arbitration after writing start seqno
Chris Wilson
1
-6
/
+17
2021-01-12
drm/i915/selftests: Allow huge_gem_object to kick the shrinker
Chris Wilson
1
-1
/
+1
2021-01-12
drm/i915/gem: Remove stolen node before releasing the region
Chris Wilson
1
-3
/
+2
2021-01-12
drm/i915: Allow the sysadmin to override security mitigations
Chris Wilson
4
-1
/
+163
2021-01-12
drm/i915/gt: Restore clear-residual mitigations for Ivybridge, Baytrail
Chris Wilson
1
-1
/
+1
2021-01-12
drm/i915/gt: Limit VFE threads based on GT
Chris Wilson
1
-63
/
+94
2021-01-11
drm/i915/dg1: Update voltage swing tables for DP
Matt Roper
1
-0
/
+34
2021-01-11
drm/i915/selftests: Include engine name after reset failure
Chris Wilson
1
-2
/
+4
2021-01-11
drm/i915/gt: Disable arbitration around Braswell's pdp updates
Chris Wilson
1
-1
/
+10
2021-01-11
drm/i915: Try to use fast+narrow link on eDP again and fall back to the old max strategy on failure
Ville Syrjälä
2
-9
/
+67
2021-01-11
Merge tag 'gvt-fixes-2020-01-08' of https://github.com/intel/gvt-linux into drm-intel-fixes
Jani Nikula
2
-27
/
+59
[prev]
[next]