summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_drv.h
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Reserve space in the global seqno during request allocationChris Wilson2016-10-281-1/+1
* drm/i915: Create a unique name for the contextChris Wilson2016-10-281-0/+1
* drm/i915: Move the global sync optimisation to the timelineChris Wilson2016-10-281-1/+0
* drm/i915: Introduce a global_seqno for each requestChris Wilson2016-10-281-2/+2
* drm/i915: Combine seqno + tracking into a global timeline structChris Wilson2016-10-281-3/+6
* drm/i915: Move GEM activity tracking into a common struct reservation_objectChris Wilson2016-10-281-38/+24
* drm/i915: Use lockless object freeChris Wilson2016-10-281-9/+1
* drm/i915: Move object release to a freelist + workerChris Wilson2016-10-281-3/+41
* drm/i915: Move object backing storage manipulation to its own lockingChris Wilson2016-10-281-24/+12
* drm/i915: Pass around sg_table to get_pages/put_pages backendChris Wilson2016-10-281-9/+27
* drm/i915: Refactor object page APIChris Wilson2016-10-281-30/+64
* drm/i915: Use a radixtree for random access to the object's backing storageChris Wilson2016-10-281-42/+27
* drm/i915: Markup GEM API with lockdep assertsChris Wilson2016-10-281-0/+2
* drm/i915: Introduce an internal allocator for disposable private objectsChris Wilson2016-10-281-0/+5
* drm/i915: Defer active reference until requiredChris Wilson2016-10-281-0/+28
* drm/i915: Rearrange i915_wait_request() accounting with callersChris Wilson2016-10-281-3/+4
* drm/i915: Support asynchronous waits on struct fence from i915_gem_requestChris Wilson2016-10-281-0/+3
* drm/i915: Rename for_each_plane -> for_each_universal_planeMatt Roper2016-10-281-1/+1
* drm/i915: Address broxton phy registers based on phy and channel numberAnder Conselvan de Oliveira2016-10-281-0/+2
* drm/i915: Move broxton vswing sequence to intel_dpio_phy.cAnder Conselvan de Oliveira2016-10-281-0/+3
* drm/i915: Move broxton phy code to intel_dpio_phy.cAnder Conselvan de Oliveira2016-10-281-0/+12
* drm/i915: Explicitly map broxton DPIO power wells to physAnder Conselvan de Oliveira2016-10-281-0/+5
* drm/i915: Rename struct i915_power_well field data to idAnder Conselvan de Oliveira2016-10-281-1/+2
* drm/i915: fix comment on I915_{READ, WRITE}_FWArkadiusz Hiler2016-10-261-3/+22
* drm/i915: Include the kernel uptime in the error stateChris Wilson2016-10-251-0/+4
* drm/i915: Augment i915 error state to include the dump of GuC log bufferAkash Goel2016-10-251-0/+1
* drm/i915: Support for GuC interruptsSagar Arun Kamble2016-10-251-0/+1
* drm/i915: Add low level set of routines for programming PM IER/IIR/IMR regist...Akash Goel2016-10-251-1/+2
* drm/i915: Move fence cancellation to runtime suspendChris Wilson2016-10-241-1/+2
* drm/i915: Remove RPM sequence checkingChris Wilson2016-10-241-1/+0
* drm/i915: Remove superfluous locking around userfault_listChris Wilson2016-10-241-3/+0
* drm/i915: Move user fault tracking to a separate listChris Wilson2016-10-241-7/+13
* drm/i915: Update DRIVER_DATE to 20161024Daniel Vetter2016-10-241-2/+2
* Merge tag 'gvt-next-fix-2016-10-20' of https://github.com/01org/gvt-linux int...Daniel Vetter2016-10-201-2/+2
|\
| * drm/i915/gvt: clean up intel_gvt.h as interface for i915 coreZhenyu Wang2016-10-201-2/+2
* | drm/i915: Add a sunset clause to GPU hang loggingChris Wilson2016-10-201-0/+1
* | drm/i915/gen9: Get rid of redundant watermark valuescpaul@redhat.com2016-10-191-2/+0
* | drm/i915: Catch premature unpinning of pagesChris Wilson2016-10-191-2/+3
* | drm/i915: Document our internal limit on object sizeChris Wilson2016-10-181-1/+1
* | drm/i915: Bump object bookkeeping to u64 from size_tChris Wilson2016-10-181-1/+1
* | drm/i915: Parse VBT data for lspconShashank Sharma2016-10-181-0/+5
|/
* drm/i915/gen9: Make skl_wm_level per-planeLyude2016-10-161-3/+3
* drm/i915/skl: Remove linetime from skl_wm_valuesLyude2016-10-161-1/+0
* drm/i915/skl: Move per-pipe ddb allocations into crtc statesLyude2016-10-161-1/+0
* drm/i915: Make IS_GEN macros only take dev_privTvrtko Ursulin2016-10-141-8/+8
* drm/i915: Make INTEL_GEN only take dev_privTvrtko Ursulin2016-10-141-1/+1
* drm/i915: Make IS_VALLEYVIEW only take dev_privTvrtko Ursulin2016-10-141-1/+1
* drm/i915: Make IS_CHERRYVIEW only take dev_privTvrtko Ursulin2016-10-141-4/+4
* drm/i915: Make IS_G4X only take dev_privTvrtko Ursulin2016-10-141-1/+1
* drm/i915: Make HAS_L3_DPF only take dev_privTvrtko Ursulin2016-10-141-1/+1
OpenPOWER on IntegriCloud