summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/guc: limit forcewake to blitter domain in guc_sendDaniele Ceraolo Spurio2017-03-241-2/+2
* drm/i915/guc: Refactor the retrieval of guc_process_descChris Wilson2017-03-241-13/+11
* drm/i915/execlists: Relax the locked clear_bit(IRQ_EXECLIST)Chris Wilson2017-03-231-1/+11
* drm/i915: Extract i845_cursor_ctl() and i9xx_cursor_ctl()Ville Syrjälä2017-03-231-47/+72
* drm/i915: Extract ilk_sprite_ctl()Ville Syrjälä2017-03-231-31/+41
* drm/i915: Extract ivb_sprite_ctl()Ville Syrjälä2017-03-231-36/+44
* drm/i915: Extract vlv_sprite_ctl()Ville Syrjälä2017-03-231-34/+37
* drm/i915: Use skl_plane_ctl() for the SKL "sprite" planesVille Syrjälä2017-03-233-25/+14
* drm/i915: Extract skl_plane_ctl()Ville Syrjälä2017-03-231-12/+26
* drm/i915/guc: Move guc_interrupts_release next to guc_interrupts_captureOscar Mateo2017-03-231-24/+24
* drm/i915/guc: Split out the mmio_white_list structOscar Mateo2017-03-232-9/+10
* drm/i915/guc: Refactor the concept "GuC context descriptor" into "GuC stage d...Oscar Mateo2017-03-235-86/+96
* drm/i915/guc: A little bit more of doorbell sanitizationOscar Mateo2017-03-232-114/+138
* drm/i915/guc: Wait for doorbell to be inactive before deallocatingOscar Mateo2017-03-231-0/+10
* drm/i915/guc: Improve the GuC documentation & comments about proxy submissionsOscar Mateo2017-03-233-19/+33
* drm/i915/guc: Make intel_guc_send a function pointerOscar Mateo2017-03-232-6/+19
* drm/i915/guc: Break out the GuC log extras into their own "runtime" structOscar Mateo2017-03-233-43/+45
* drm/i915/guc: The Additional Data Struct (ADS) should get enabled together wi...Oscar Mateo2017-03-232-11/+16
* drm/i915/guc: Add onion teardown to the GuC setupOscar Mateo2017-03-237-269/+297
* drm/i915/guc: Keep the ctx_pool_vaddr mapped, for easy accessOscar Mateo2017-03-233-50/+49
* drm/i915/guc: Sanitize GuC client initializationJoonas Lahtinen2017-03-234-184/+233
* drm/i915: Wait for all fences before installing an exclusive clflush fenceChris Wilson2017-03-231-1/+1
* drm/i915: Drop uncore spinlock for reading debugfs forcewake countersChris Wilson2017-03-231-6/+3
* drm/i915: All fw_domains share the same set/clear/reset valuesChris Wilson2017-03-232-24/+27
* drm/i915: Remove posting-read for forcewake putChris Wilson2017-03-232-33/+1
* drm/i915: Skip unused fw_domainsChris Wilson2017-03-233-30/+45
* drm/i915: Use correct fw_domains during resetChris Wilson2017-03-231-1/+1
* drm/i915: Use correct fw_domains during initialisationChris Wilson2017-03-231-2/+2
* drm/i915: Eliminate per-fw_domain i915 backpointerChris Wilson2017-03-232-50/+60
* drm/i915: Restore marking context objects as dirty on pinningChris Wilson2017-03-231-0/+2
* drm/i915: Remove superfluous hw_flags from mi_set_context()Chris Wilson2017-03-231-7/+7
* drm/i915: Actually pass the reclaim gfp_t along to shmemfs!Chris Wilson2017-03-231-1/+1
* Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter2017-03-23142-1725/+4947
|\
| * BackMerge tag 'v4.11-rc3' into drm-nextDave Airlie2017-03-2336-294/+836
| |\
| | * Merge branch 'drm-fixes-4.11' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie2017-03-167-6/+18
| | |\
| | | * drm/amd/amdgpu: Fix debugfs reg read/write address widthTom St Denis2017-03-151-2/+2
| | | * drm/amdgpu/si: add dpm quirk for OlandAlex Deucher2017-03-151-0/+6
| | | * drm/radeon/si: add dpm quirk for OlandAlex Deucher2017-03-151-0/+6
| | | * drm: amd: remove broken include pathArnd Bergmann2017-03-141-2/+0
| | | * drm/amd/powerplay: fix copy error in smu7_clockpoweragting.cRex Zhu2017-03-141-1/+1
| | | * drm/amdgpu: fix parser init error path to avoid crash in parser finiDave Airlie2017-03-101-0/+2
| | | * drm/amd/amdgpu: Disable GFX_PG on Carrizo until compute issues solvedTom St Denis2017-03-101-1/+1
| | * | Merge tag 'drm-intel-fixes-2017-03-14' of git://anongit.freedesktop.org/git/d...Dave Airlie2017-03-1510-77/+191
| | |\ \
| | | * | drm/i915: Fix forcewake active domain trackingTvrtko Ursulin2017-03-131-7/+6
| | | * | drm/i915: Nuke skl_update_plane debug message from the pipe update critical s...Maarten Lankhorst2017-03-131-3/+0
| | | * | drm/i915: use correct node for handling cache domain evictionMatthew Auld2017-03-131-4/+4
| | | * | drm/i915: Drain the freed state from the tail of the next commitChris Wilson2017-03-091-13/+21
| | | * | drm/i915: Nuke debug messages from the pipe update critical sectionVille Syrjälä2017-03-091-11/+1
| | | * | drm/i915: Use pagecache write to prepopulate shmemfs from pwrite-ioctlChris Wilson2017-03-092-0/+81
| | | * | drm/i915: Store a permanent error in obj->mm.pagesChris Wilson2017-03-091-3/+6
OpenPOWER on IntegriCloud