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