index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_pci.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-11-20
drm/i915/selftest: Make guc clients static
Chris Wilson
1
-1
/
+1
2017-11-20
drm/i915/perf: reuse timestamp frequency from device info
Lionel Landwerlin
3
-35
/
+9
2017-11-20
drm/i915: Automatic i915_switch_context for legacy
Chris Wilson
10
-43
/
+14
2017-11-20
drm/i915: Pull the unconditional GPU cache invalidation into request construc...
Chris Wilson
7
-37
/
+20
2017-11-20
drm/i915/perf: replace .reg accesses with i915_mmio_reg_offset
Lionel Landwerlin
1
-15
/
+24
2017-11-20
drm/i915/execlists: Assert that we don't get mixed IDLE_ACTIVE | COMPLETE events
Chris Wilson
1
-0
/
+3
2017-11-20
drm/i915/execlists: Reduce completed event mask to COMPLETE | PREEMPTED
Chris Wilson
1
-3
/
+3
2017-11-20
drm/i915/execlists: Listen to COMPLETE context event not ACTIVE_IDLE
Chris Wilson
1
-2
/
+2
2017-11-20
drm/i915: Fix init_clock_gating for resume
Ville Syrjälä
1
-0
/
+1
2017-11-17
drm/i915: Update DRIVER_DATE to 20171117
Rodrigo Vivi
1
-2
/
+2
2017-11-17
drm/i915: Add a policy note for removing workarounds
Chris Wilson
1
-0
/
+5
2017-11-17
drm/i915/selftests: Report ENOMEM clearly for an allocation failure
Chris Wilson
1
-10
/
+26
2017-11-17
Revert "drm/i915: Display WA #1133 WaFbcSkipSegments:cnl, glk"
Radhakrishna Sripada
2
-15
/
+0
2017-11-17
drm/i915: Calculate g4x intermediate watermarks correctly
Maarten Lankhorst
1
-7
/
+20
2017-11-17
drm/i915: Calculate vlv/chv intermediate watermarks correctly, v3.
Maarten Lankhorst
1
-6
/
+18
2017-11-17
drm/i915: Pass crtc_state to ips toggle functions, v2
Maarten Lankhorst
4
-17
/
+21
2017-11-17
drm/i915: Pass idle crtc_state to intel_dp_sink_crc
Maarten Lankhorst
3
-13
/
+30
2017-11-17
drm/i915: Enable FIFO underrun reporting after initial fastset, v4.
Maarten Lankhorst
1
-2
/
+15
2017-11-17
drm/i915: Mark the userptr invalidate workqueue as WQ_MEM_RECLAIM
Chris Wilson
1
-2
/
+4
2017-11-17
drm/i915: Add might_sleep() check to wait_for()
Chris Wilson
1
-9
/
+2
2017-11-17
drm/i915/selftests: Add a GuC doorbells selftest
Michel Thierry
3
-0
/
+372
2017-11-16
drm/i915/cnl: Extend HDMI 2.0 support to CNL.
Rodrigo Vivi
1
-3
/
+4
2017-11-16
drm/i915/cnl: Simplify dco_fraction calculation.
Rodrigo Vivi
1
-3
/
+6
2017-11-16
drm/i915/cnl: Don't blindly replace qdiv.
Rodrigo Vivi
1
-2
/
+1
2017-11-16
drm/i915/cnl: Fix wrpll math for higher freqs.
Rodrigo Vivi
1
-3
/
+3
2017-11-16
drm/i915/cnl: Fix, simplify and unify wrpll variable sizes.
Rodrigo Vivi
1
-18
/
+12
2017-11-16
drm/i915/cnl: Remove useless conversion.
Rodrigo Vivi
1
-3
/
+3
2017-11-16
drm/i915/cnl: Remove spurious central_freq.
Rodrigo Vivi
1
-1
/
+0
2017-11-16
drm/i915/selftests: exercise_ggtt may have nothing to do
Chris Wilson
1
-1
/
+1
2017-11-16
drm/i915: Don't sanitize frame start delay if the pipe is off
Ville Syrjälä
1
-1
/
+1
2017-11-16
drm/i915/guc: Rename i915_guc_submission.c|h to intel_guc_submission.c|h
Sagar Arun Kamble
7
-30
/
+45
2017-11-16
drm/i915/guc: Rename i915_guc_client struct to intel_guc_client
Sagar Arun Kamble
4
-37
/
+37
2017-11-16
drm/i915/guc: Update name and prototype of GuC submission interface functions
Sagar Arun Kamble
3
-20
/
+19
2017-11-16
drm/i915/guc: Update names of submission related static functions
Sagar Arun Kamble
1
-10
/
+10
2017-11-16
drm/i915: Update execlists tasklet naming
Sagar Arun Kamble
6
-20
/
+21
2017-11-16
drm/i915: Prevent overflow of execbuf.buffer_count and num_cliprects
Chris Wilson
1
-23
/
+43
2017-11-16
drm/i915: Clear breadcrumb node when cancelling signaling
Chris Wilson
1
-0
/
+1
2017-11-16
drm/i915: Print the condition causing GEM_BUG_ON
Mika Kuoppala
1
-1
/
+5
2017-11-16
drm/i915/gvt: Move request alloc to dispatch_workload path only
fred gao
1
-4
/
+27
2017-11-16
drm/i915/gvt: Let each vgpu has separate opregion memory
Xiong Zhang
3
-78
/
+42
2017-11-16
drm/i915/gvt: Limit read hw reg to active vgpu
Xiong Zhang
2
-4
/
+37
2017-11-16
Revert "drm/i915/gvt: Refine broken PPGTT scratch"
Zhenyu Wang
2
-112
/
+101
2017-11-16
drm/i915/gvt: Emulate PCI expansion ROM base address register
Changbin Du
1
-0
/
+21
2017-11-16
drm/i915/gvt: Make gvt_vgpu_err use pr_err
Changbin Du
1
-2
/
+2
2017-11-16
drm/i915/gvt: Don't dump partial state in cmd parser
Changbin Du
1
-8
/
+3
2017-11-16
drm/i915/gvt: Reduce rcs mocs switch latency
Changbin Du
1
-1
/
+1
2017-11-16
MAINTAINERS: Update gvt-linux.git new repo place
Zhenyu Wang
1
-1
/
+1
2017-11-16
drm/i915/gvt: Add new debugfs tool mmio_diff
Changbin Du
1
-0
/
+115
2017-11-16
drm/i915/gvt: Add mmio iterator intel_gvt_for_each_tracked_mmio()
Changbin Du
3
-15
/
+49
2017-11-16
drm/i915/gvt: opregion virtualization for win guest
Xiaolin Zhang
1
-9
/
+73
[next]