index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-07-06
drm/i915/selftests: Fail hangcheck testing if the GPU is wedged
Chris Wilson
1
-0
/
+3
2018-07-05
drm/i915/selftests: Detect unknown swizzling correctly
Chris Wilson
1
-2
/
+10
2018-07-05
drm/i915: Remove pointless if-else from sdvo code
Ville Syrjälä
1
-4
/
+1
2018-07-05
drm/i915/selftests: Fixup recursive MI_BB_START for gen3
Chris Wilson
2
-5
/
+2
2018-07-05
drm/i915: Mark expected switch fall-throughs
Gustavo A. R. Silva
10
-0
/
+22
2018-07-05
drm/i915/icl: Define register for DSI PLL
Madhav Chauhan
1
-0
/
+15
2018-07-05
drm/i915/selftests: Replace open-coded i915_address_space_init()
Chris Wilson
1
-5
/
+1
2018-07-05
drm/i915/selftests: Use full release for local ppgtt allocation
Chris Wilson
1
-2
/
+1
2018-07-05
drm/i915: Remove defunct i915->vm_list
Chris Wilson
4
-10
/
+0
2018-07-04
drm/i915/gtt: Pull global wc page stash under its own locking
Chris Wilson
7
-86
/
+144
2018-07-04
drm/i915: Unmask and enable master error interrupt on gen2/3
Ville Syrjälä
1
-2
/
+6
2018-07-04
drm/i915: Fix pre-ILK error interrupt ack
Ville Syrjälä
2
-10
/
+96
2018-07-04
drm/i915: Fix hotplug irq ack on i965/g4x
Ville Syrjälä
1
-2
/
+30
2018-07-03
drm/i915/selftests: Drop struct_mutex around lowlevel pggtt allocation
Chris Wilson
1
-7
/
+8
2018-07-03
drm/i915/selftests: Release the struct_mutex to free the objects
Chris Wilson
1
-0
/
+23
2018-07-02
drm/i915: Wait for PSR exit before checking for vblank evasion
Tarun Vyas
1
-4
/
+16
2018-07-02
drm/i915/psr: Lockless version of psr_wait_for_idle
Tarun Vyas
2
-2
/
+35
2018-07-02
drm/i915: Remove unnecessary check for unsupported modifiers for NV12
Dhinakaran Pandiyan
1
-5
/
+0
2018-07-02
drm/i915/psr: Add psr1 live status
Vathsala Nagaraju
2
-24
/
+49
2018-07-02
drm/i915: Try GGTT mmapping whole object as partial
Chris Wilson
2
-12
/
+18
2018-07-02
drm/i915: abstract and document register picking macros
Jani Nikula
1
-6
/
+22
2018-06-30
drm/i915/guc: Print CTL params passed to Guc
Michal Wajdeczko
1
-0
/
+3
2018-06-29
drm/i915/selftests: Attach the fence to the object when making busy
Chris Wilson
1
-1
/
+6
2018-06-29
drm/i915/selftests: Mark up write into scratch vma
Chris Wilson
1
-1
/
+1
2018-06-29
drm/i915: Remove delayed FBC activation.
Maarten Lankhorst
3
-106
/
+1
2018-06-29
drm/i915: Block enabling FBC until flips have been completed
Maarten Lankhorst
2
-24
/
+12
2018-06-28
drm/i915/execlists: Direct submission of new requests (avoid tasklet/ksoftirqd)
Chris Wilson
3
-40
/
+75
2018-06-28
drm/i915/execlists: Trust the CSB
Chris Wilson
4
-40
/
+9
2018-06-28
drm/i915/execlists: Stop storing the CSB read pointer in the mmio register
Chris Wilson
1
-2
/
+0
2018-06-28
drm/i915/execlists: Reset CSB write pointer after reset
Chris Wilson
2
-2
/
+30
2018-06-28
drm/i915/execlists: Unify CSB access pointers
Chris Wilson
3
-86
/
+82
2018-06-28
drm/i915/execlists: Process one CSB update at a time
Chris Wilson
2
-144
/
+141
2018-06-28
drm/i915/execlists: Pull CSB reset under the timeline.lock
Chris Wilson
1
-12
/
+4
2018-06-28
drm/i915/execlists: Pull submit after dequeue under timeline lock
Chris Wilson
1
-20
/
+12
2018-06-28
drm/i915: Drop posting reads to flush master interrupts
Chris Wilson
1
-8
/
+1
2018-06-28
drm/i915/uc: Fetch GuC/HuC firmwares from guc/huc specific init
Michal Wajdeczko
5
-17
/
+41
2018-06-28
drm/i915/guc: Use intel_guc_init_misc to hide GuC internals
Michal Wajdeczko
3
-11
/
+28
2018-06-28
drm/i915: Only signal from interrupt when requested
Chris Wilson
3
-6
/
+9
2018-06-28
drm/i915: Move the irq_counter inside the spinlock
Chris Wilson
4
-9
/
+12
2018-06-28
drm/i915: Only trigger missed-seqno checking next to boundary
Chris Wilson
1
-1
/
+2
2018-06-28
drm/i915: Reduce spinlock hold time during notify_ring() interrupt
Chris Wilson
1
-11
/
+21
2018-06-28
drm/i915: Show vma allocator stack when in doubt
Chris Wilson
1
-2
/
+37
2018-06-28
drm/i915: Replace drm_dev_unref with drm_dev_put
Thomas Zimmermann
9
-9
/
+9
2018-06-28
drm/i915: Replace drm_gem_object_unreference_unlocked with put function
Thomas Zimmermann
1
-3
/
+0
2018-06-28
drm/i915: Replace __drm_gem_object_unreference with __drm_gem_object_put
Thomas Zimmermann
1
-1
/
+1
2018-06-28
drm/i915: Replace drm_gem_object_{un/reference} with {put,get} functions
Thomas Zimmermann
1
-7
/
+1
2018-06-28
drm/i915: Replace drm_connector_{un/reference} with put,get functions
Thomas Zimmermann
2
-3
/
+3
2018-06-27
drm/i915/icp: Add Interrupt Support
Anusha Srivatsa
2
-3
/
+172
2018-06-27
drm/i915: Wait for engines to idle before retiring
Chris Wilson
1
-4
/
+7
2018-06-27
drm/i915/icl: Add power well support
Imre Deak
3
-16
/
+395
[next]