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
2016-09-09
drm/i915: Perform a direct reset of the GPU from the waiter
Chris Wilson
5
-20
/
+40
2016-09-09
drm/i915: Mark up all locked waiters
Chris Wilson
8
-14
/
+38
2016-09-09
drm/i915: Expand bool interruptible to pass flags to i915_wait_request()
Chris Wilson
12
-32
/
+37
2016-09-09
drm/i915: Drop local struct_mutex around intel_init_emon[ilk]
Chris Wilson
1
-2
/
+0
2016-09-09
drm/i915: Separate out reset flags from the reset counter
Chris Wilson
8
-117
/
+101
2016-09-09
drm/i915: Simplify ELSP queue request tracking
Chris Wilson
7
-264
/
+184
2016-09-09
drm/i915: Reorder submitting the requests to ELSP
Chris Wilson
1
-38
/
+38
2016-09-09
drm/i915: Compute the ELSP register location once
Chris Wilson
1
-9
/
+7
2016-09-09
drm/i915: Record the position of the workarounds in the tail of the request
Chris Wilson
2
-8
/
+11
2016-09-09
drm/i915: Only queue requests during execlists submission
Chris Wilson
1
-24
/
+4
2016-09-09
drm/i915: Add a sw fence for collecting up dma fences
Chris Wilson
3
-0
/
+428
2016-09-07
drm/i915: Move HAS_GUC definition to platform definition
Carlos Santa
2
-1
/
+7
2016-09-07
drm/i915: Make HWS_NEEDS_PHYSICAL the exception
Carlos Santa
4
-23
/
+30
2016-09-07
drm/i915: Move HAS_GMCH_DISPLAY definition to platform
Carlos Santa
2
-2
/
+7
2016-09-07
drm/i915: Move HAS_L3_DPF definition to platform definition
Carlos Santa
2
-1
/
+6
2016-09-07
drm/i915: Move HAS_LOGICAL_RING_CONTEXTS definition to platform
Carlos Santa
2
-2
/
+6
2016-09-07
drm/i915: Move HAS_HW_CONTEXTS definition to platform
Carlos Santa
2
-1
/
+7
2016-09-07
drm/i915: Introduce GEN2_FEATURES for device info
Carlos Santa
1
-20
/
+15
2016-09-07
drm/i915: Introduce GEN3_FEATURES for device info
Carlos Santa
1
-24
/
+18
2016-09-07
drm/i915: Introduce GEN4_FEATURES for device info
Carlos Santa
1
-18
/
+18
2016-09-07
drm/i915: Move HAS_GMBUS_IRQ definition to platform definition
Carlos Santa
2
-1
/
+8
2016-09-07
drm/i915: Introduce GEN5_FEATURES for device info
Carlos Santa
1
-11
/
+10
2016-09-07
drm/i915: Move HAS_DP_MST definition to platform definition
Carlos Santa
2
-2
/
+4
2016-09-07
drm/i915: Move HAS_RC6p definition to platform definition
Carlos Santa
2
-1
/
+5
2016-09-07
drm/i915: Move HAS_RC6 definition to platform definition
Carlos Santa
2
-1
/
+7
2016-09-07
drm/i915: Move HAS_RESOURCE_STREAMER definition to platform definition
Carlos Santa
2
-2
/
+5
2016-09-07
drm/i915 Move HAS_CSR definition to platform definition
Carlos Santa
2
-1
/
+7
2016-09-07
drm/i915: Get rid of HAS_CORE_RING_FREQ
Carlos Santa
2
-5
/
+1
2016-09-07
drm/i915: Remove runtime PM for SNB
Carlos Santa
1
-1
/
+0
2016-09-07
drm/i915: Move HAS_RUNTIME_PM definition to platform
Carlos Santa
2
-5
/
+8
2016-09-07
drm/i915: Introduce GEN6_FEATURES for device info
Carlos Santa
1
-14
/
+12
2016-09-07
drm/i915: Remove .is_mobile field from platform struct
Carlos Santa
1
-37
/
+8
2016-09-07
drm/i915: Move HAS_PSR definition to platform struct definition
Carlos Santa
2
-4
/
+6
2016-09-07
drm/i915: Split hsw_get_dpll()
Manasi Navare
2
-33
/
+63
2016-09-07
drm/i915: Split skl_get_dpll()
Jim Bride
2
-48
/
+87
2016-09-07
drm/i915: Split bxt_ddi_pll_select()
Durgadoss R
2
-66
/
+105
2016-09-07
drm/i915: Split intel_ddi_pre_enable() into DP and HDMI versions
Manasi Navare
1
-45
/
+60
2016-09-07
drm/i915: Remove ddi_pll_sel from intel_crtc_state
Ander Conselvan de Oliveira
5
-81
/
+45
2016-09-07
drm/i915: Don't pass crtc_state to intel_dp_set_link_params()
Ander Conselvan de Oliveira
4
-9
/
+19
2016-09-07
Revert "drm/i915: Check live status before reading edid"
David Weinehall
3
-36
/
+11
2016-09-07
drm/i915/skl: Don't try to update plane watermarks if they haven't changed
Lyude
2
-3
/
+13
2016-09-06
drm/i915: Remove 64b mmio write vfuncs
Chris Wilson
2
-13
/
+9
2016-09-06
drm/i915: disable 48bit full PPGTT when vGPU is active
Zhi Wang
1
-3
/
+6
2016-09-06
drm/i915: enable vGPU detection for all
Ping Gao
1
-3
/
+0
2016-09-06
drm/i915: Don't wait for a spinlock inside error capture
Chris Wilson
1
-5
/
+20
2016-09-05
drm/i915/guc: revisit GuC loader message levels
Dave Gordon
1
-17
/
+17
2016-09-05
drm/i915/guc: downgrade some DRM_ERROR() messages to DRM_WARN()
Dave Gordon
1
-11
/
+7
2016-09-03
drm/i915: debugfs/i915_gem_interrupt_info does not need struct_mutex
Chris Wilson
1
-6
/
+1
2016-09-03
drm/i915: debugfs/i915_gem_seqno_info does not need rpm nor struct_mutex
Chris Wilson
1
-10
/
+0
2016-09-02
drm/i915/bdw: sseu: Fix sseu status parsing
Imre Deak
1
-1
/
+1
[next]