index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-23
drm/i915: Update DRIVER_DATE to 20191223
drm-intel-next-2019-12-23
Jani Nikula
1
-2
/
+2
2019-12-23
drm/i915: Mark the GEM context link as RCU protected
Chris Wilson
7
-27
/
+62
2019-12-23
drm/i915: Introduce a vma.kref
Chris Wilson
7
-31
/
+44
2019-12-23
drm/i915: Add a simple is-bound check before unbinding
Chris Wilson
1
-1
/
+4
2019-12-23
drm/i915: Make sure CCS YUV semiplanar format checks work
Imre Deak
5
-14
/
+33
2019-12-23
drm/i915: Make sure Y slave planes get all the required state
Imre Deak
1
-1
/
+2
2019-12-23
drm/i915: Skip rotated offset adjustment for unsupported modifiers
Dhinakaran Pandiyan
1
-41
/
+77
2019-12-23
drm/i915/tgl: Make sure FBs have a correct CCS plane stride
Imre Deak
1
-0
/
+17
2019-12-23
drm/i915/tgl: Gen-12 render decompression
Dhinakaran Pandiyan
3
-43
/
+178
2019-12-23
drm/i915: Add helpers to select correct ccs/aux planes
Imre Deak
1
-14
/
+57
2019-12-23
drm/i915: Extract framebufer CCS offset checks into a function
Dhinakaran Pandiyan
1
-30
/
+43
2019-12-23
drm/i915: Move CCS stride alignment W/A inside intel_fb_stride_alignment
Dhinakaran Pandiyan
1
-15
/
+16
2019-12-23
drm/i915: Use intel_tile_height() instead of re-implementing
Dhinakaran Pandiyan
1
-1
/
+1
2019-12-23
drm/i915/selftests: make mock_drm.h self-contained
Jani Nikula
1
-1
/
+2
2019-12-23
drm/i915/selftests: make mock_context.h self-contained
Jani Nikula
1
-1
/
+1
2019-12-23
drm/i915: fix comment for POWER_DOMAIN_TRANSCODER_VDSC_PW2
Jani Nikula
1
-1
/
+1
2019-12-22
drm/i915/gt: Move pm debug files into a gt aware debugfs
Andi Shyti
8
-0
/
+752
2019-12-22
drm/i915/gt: Merge engine init/setup loops
Chris Wilson
6
-113
/
+42
2019-12-22
drm/i915/gt: Pull intel_gt_init_hw() into intel_gt_resume()
Chris Wilson
3
-27
/
+13
2019-12-22
drm/i915/gt: Pull GT initialisation under intel_gt_init()
Chris Wilson
19
-365
/
+357
2019-12-21
drm/i915: Move i915_gem_init_contexts() earlier
Chris Wilson
1
-11
/
+12
2019-12-21
drm/i915/gt: Repeat wait_for_idle for retirement workers
Chris Wilson
3
-11
/
+20
2019-12-21
drm/i915: Remove i915->kernel_context
Chris Wilson
34
-507
/
+388
2019-12-21
drm/i915/selftests: Setup engine->retire for mock_engine
Chris Wilson
1
-0
/
+2
2019-12-20
drm/i915: Introduce intel_crtc_state_alloc()
Ville Syrjälä
1
-11
/
+19
2019-12-20
drm/i915/execlists: Select arb on/off around batches based on preemption
Chris Wilson
1
-8
/
+9
2019-12-20
drm/i915: Push the use-semaphore marker onto the intel_context
Chris Wilson
5
-25
/
+64
2019-12-20
drm/i915: Drop GEM context as a direct link from i915_request
Chris Wilson
21
-161
/
+165
2019-12-20
drm/i915/gt: Teach veng to defer the context allocation
Chris Wilson
1
-6
/
+9
2019-12-19
drm/i915/gt: Add breadcrumb retire to physical engine
Chris Wilson
2
-3
/
+9
2019-12-19
drm/i915: Rename pipe update tracepoints
Ville Syrjälä
2
-6
/
+6
2019-12-19
drm/i915/fbc: Remove second redundant intel_fbc_pre_update() call
Ville Syrjälä
1
-3
/
+0
2019-12-19
drm/i915/fbc: Reject PLANE_OFFSET.y%4!=0 on icl+ too
Ville Syrjälä
1
-1
/
+1
2019-12-19
drm/i915: fix uninitialized pointer reads on pointers to and from
Colin Ian King
1
-1
/
+1
2019-12-19
drm/i915/gt: Suppress threshold updates on RPS parking
Chris Wilson
1
-5
/
+6
2019-12-19
drm/i915/gt: Use non-forcewake writes for RPS
Chris Wilson
1
-34
/
+32
2019-12-19
drm/i915/gt: Track engine round-trip times
Chris Wilson
4
-1
/
+39
2019-12-19
drm/i915/gt: Schedule request retirement when signaler idles
Chris Wilson
3
-7
/
+8
2019-12-19
drm/i915/dsc: fix DSC power domains for DSI
Jani Nikula
1
-13
/
+15
2019-12-19
drm/i915/dsc: clarify DSC support for pipe A on ICL
Jani Nikula
1
-1
/
+7
2019-12-19
drm/i915/dsc: fix DSC register selection for ICL DSI transcoders
Jani Nikula
1
-20
/
+38
2019-12-19
drm/i915: Provide ddc symlink in hdmi connector sysfs directory
Andrzej Pietrasiewicz
1
-4
/
+8
2019-12-18
drm/i915/display: fix phy name
Lucas De Marchi
1
-1
/
+1
2019-12-18
drm/i915/display: use clk_off name to avoid double negation
Lucas De Marchi
1
-5
/
+3
2019-12-18
drm/i915/display: move clk off sanitize to its own function
Lucas De Marchi
1
-25
/
+32
2019-12-18
drm/i915: Ratelimit i915_globals_park
Chris Wilson
1
-9
/
+44
2019-12-18
drm/i915/gt: Remove direct invocation of breadcrumb signaling
Chris Wilson
10
-38
/
+27
2019-12-18
drm/i915/pmu: Ensure monotonic rc6
Tvrtko Ursulin
2
-54
/
+21
2019-12-18
drm/i915: Move stuff from haswell_crtc_disable() into encoder .post_disable()
Ville Syrjälä
7
-51
/
+86
2019-12-18
drm/i915: Pass old crtc state to intel_crtc_vblank_off()
Ville Syrjälä
1
-4
/
+6
[next]