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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: enable scrambling
Shashank Sharma
2017-03-28
5
-0
/
+106
*
drm/i915: kill intel_ddi_pll_select()
Paulo Zanoni
2017-03-27
3
-26
/
+11
*
drm/i915: Mark manually wedged engines as guilty
Chris Wilson
2017-03-27
1
-5
/
+11
*
drm/i915: Refactor tests for validity of RING_TAIL
Chris Wilson
2017-03-27
4
-15
/
+19
*
drm/i915: Assert that the request->tail fits within the ring
Chris Wilson
2017-03-27
2
-0
/
+7
*
drm/i915/execlists: Wrap tail pointer after reset tweaking
Chris Wilson
2017-03-27
2
-3
/
+11
*
drm/i915: Use i9xx_check_plane_surface() for sprite planes as well
Ville Syrjälä
2017-03-27
3
-47
/
+27
*
drm/i915: Eliminate ironlake_update_primary_plane()
Ville Syrjälä
2017-03-27
1
-49
/
+6
*
drm/i915: Introduce i9xx_check_plane_surface()
Ville Syrjälä
2017-03-27
1
-32
/
+50
*
drm/i915: Pre-compute plane control register value
Ville Syrjälä
2017-03-27
3
-32
/
+36
*
drm/i915: Nuke ironlake_plane_ctl()
Ville Syrjälä
2017-03-27
1
-52
/
+6
*
drm/i915: Extract i9xx_plane_ctl() and ironlake_plane_ctl()
Ville Syrjälä
2017-03-27
1
-38
/
+66
*
drm/i915: Use BIT() for computing the engine's flag
Chris Wilson
2017-03-27
1
-2
/
+2
*
drm/i915: Remove unused intel_flush_status_page()
Chris Wilson
2017-03-27
1
-8
/
+0
*
drm/i915: Fixup intel_write_status_page() for old CPUs without clflush
Chris Wilson
2017-03-27
1
-7
/
+15
*
drm/i915: Align "unfenced" tiled access on gen2, early gen3
Chris Wilson
2017-03-27
3
-1
/
+9
*
drm/i915: Limit number of reads to stabilize rc6 counter reads
Chris Wilson
2017-03-27
1
-1
/
+2
*
drm/i915: Check we have an wake device before flushing GTT writes
Chris Wilson
2017-03-27
1
-3
/
+6
*
drm/i915/execlists: Trim irq handler
Chris Wilson
2017-03-27
1
-15
/
+12
*
drm/i915/uc: Make intel_uc_prepare_fw() static
Michal Wajdeczko
2017-03-27
2
-137
/
+135
*
drm/i915: Fix semaphore emission for BDW+ RCS ringbuffer emission
Chris Wilson
2017-03-24
1
-1
/
+1
*
drm/i915: Disable MI_SET_CONTEXT psmi w/a for bdw
Chris Wilson
2017-03-24
1
-2
/
+2
*
drm/i915/guc: limit forcewake to blitter domain in guc_send
Daniele Ceraolo Spurio
2017-03-24
1
-2
/
+2
*
drm/i915/guc: Refactor the retrieval of guc_process_desc
Chris Wilson
2017-03-24
1
-13
/
+11
*
drm/i915/execlists: Relax the locked clear_bit(IRQ_EXECLIST)
Chris Wilson
2017-03-23
1
-1
/
+11
*
drm/i915: Extract i845_cursor_ctl() and i9xx_cursor_ctl()
Ville Syrjälä
2017-03-23
1
-47
/
+72
*
drm/i915: Extract ilk_sprite_ctl()
Ville Syrjälä
2017-03-23
1
-31
/
+41
*
drm/i915: Extract ivb_sprite_ctl()
Ville Syrjälä
2017-03-23
1
-36
/
+44
*
drm/i915: Extract vlv_sprite_ctl()
Ville Syrjälä
2017-03-23
1
-34
/
+37
*
drm/i915: Use skl_plane_ctl() for the SKL "sprite" planes
Ville Syrjälä
2017-03-23
3
-25
/
+14
*
drm/i915: Extract skl_plane_ctl()
Ville Syrjälä
2017-03-23
1
-12
/
+26
*
drm/i915/guc: Move guc_interrupts_release next to guc_interrupts_capture
Oscar Mateo
2017-03-23
1
-24
/
+24
*
drm/i915/guc: Split out the mmio_white_list struct
Oscar Mateo
2017-03-23
2
-9
/
+10
*
drm/i915/guc: Refactor the concept "GuC context descriptor" into "GuC stage d...
Oscar Mateo
2017-03-23
5
-86
/
+96
*
drm/i915/guc: A little bit more of doorbell sanitization
Oscar Mateo
2017-03-23
2
-114
/
+138
*
drm/i915/guc: Wait for doorbell to be inactive before deallocating
Oscar Mateo
2017-03-23
1
-0
/
+10
*
drm/i915/guc: Improve the GuC documentation & comments about proxy submissions
Oscar Mateo
2017-03-23
3
-19
/
+33
*
drm/i915/guc: Make intel_guc_send a function pointer
Oscar Mateo
2017-03-23
2
-6
/
+19
*
drm/i915/guc: Break out the GuC log extras into their own "runtime" struct
Oscar Mateo
2017-03-23
3
-43
/
+45
*
drm/i915/guc: The Additional Data Struct (ADS) should get enabled together wi...
Oscar Mateo
2017-03-23
2
-11
/
+16
*
drm/i915/guc: Add onion teardown to the GuC setup
Oscar Mateo
2017-03-23
7
-269
/
+297
*
drm/i915/guc: Keep the ctx_pool_vaddr mapped, for easy access
Oscar Mateo
2017-03-23
3
-50
/
+49
*
drm/i915/guc: Sanitize GuC client initialization
Joonas Lahtinen
2017-03-23
4
-184
/
+233
*
drm/i915: Wait for all fences before installing an exclusive clflush fence
Chris Wilson
2017-03-23
1
-1
/
+1
*
drm/i915: Drop uncore spinlock for reading debugfs forcewake counters
Chris Wilson
2017-03-23
1
-6
/
+3
*
drm/i915: All fw_domains share the same set/clear/reset values
Chris Wilson
2017-03-23
2
-24
/
+27
*
drm/i915: Remove posting-read for forcewake put
Chris Wilson
2017-03-23
2
-33
/
+1
*
drm/i915: Skip unused fw_domains
Chris Wilson
2017-03-23
3
-30
/
+45
*
drm/i915: Use correct fw_domains during reset
Chris Wilson
2017-03-23
1
-1
/
+1
*
drm/i915: Use correct fw_domains during initialisation
Chris Wilson
2017-03-23
1
-2
/
+2
[next]