summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_drv.h
AgeCommit message (Expand)Author
2016-10-28drm/i915: Move object release to a freelist + workerChris Wilson
2016-10-28drm/i915: Move object backing storage manipulation to its own lockingChris Wilson
2016-10-28drm/i915: Pass around sg_table to get_pages/put_pages backendChris Wilson
2016-10-28drm/i915: Refactor object page APIChris Wilson
2016-10-28drm/i915: Use a radixtree for random access to the object's backing storageChris Wilson
2016-10-28drm/i915: Markup GEM API with lockdep assertsChris Wilson
2016-10-28drm/i915: Introduce an internal allocator for disposable private objectsChris Wilson
2016-10-28drm/i915: Defer active reference until requiredChris Wilson
2016-10-28drm/i915: Rearrange i915_wait_request() accounting with callersChris Wilson
2016-10-28drm/i915: Support asynchronous waits on struct fence from i915_gem_requestChris Wilson
2016-10-28drm/i915: Rename for_each_plane -> for_each_universal_planeMatt Roper
2016-10-28drm/i915: Address broxton phy registers based on phy and channel numberAnder Conselvan de Oliveira
2016-10-28drm/i915: Move broxton vswing sequence to intel_dpio_phy.cAnder Conselvan de Oliveira
2016-10-28drm/i915: Move broxton phy code to intel_dpio_phy.cAnder Conselvan de Oliveira
2016-10-28drm/i915: Explicitly map broxton DPIO power wells to physAnder Conselvan de Oliveira
2016-10-28drm/i915: Rename struct i915_power_well field data to idAnder Conselvan de Oliveira
2016-10-26drm/i915: fix comment on I915_{READ, WRITE}_FWArkadiusz Hiler
2016-10-25drm/i915: Include the kernel uptime in the error stateChris Wilson
2016-10-25drm/i915: Augment i915 error state to include the dump of GuC log bufferAkash Goel
2016-10-25drm/i915: Support for GuC interruptsSagar Arun Kamble
2016-10-25drm/i915: Add low level set of routines for programming PM IER/IIR/IMR regist...Akash Goel
2016-10-24drm/i915: Move fence cancellation to runtime suspendChris Wilson
2016-10-24drm/i915: Remove RPM sequence checkingChris Wilson
2016-10-24drm/i915: Remove superfluous locking around userfault_listChris Wilson
2016-10-24drm/i915: Move user fault tracking to a separate listChris Wilson
2016-10-24drm/i915: Update DRIVER_DATE to 20161024Daniel Vetter
2016-10-20Merge tag 'gvt-next-fix-2016-10-20' of https://github.com/01org/gvt-linux int...Daniel Vetter
2016-10-20drm/i915: Add a sunset clause to GPU hang loggingChris Wilson
2016-10-20drm/i915/gvt: clean up intel_gvt.h as interface for i915 coreZhenyu Wang
2016-10-19drm/i915/gen9: Get rid of redundant watermark valuescpaul@redhat.com
2016-10-19drm/i915: Catch premature unpinning of pagesChris Wilson
2016-10-18drm/i915: Document our internal limit on object sizeChris Wilson
2016-10-18drm/i915: Bump object bookkeeping to u64 from size_tChris Wilson
2016-10-18drm/i915: Parse VBT data for lspconShashank Sharma
2016-10-16drm/i915/gen9: Make skl_wm_level per-planeLyude
2016-10-16drm/i915/skl: Remove linetime from skl_wm_valuesLyude
2016-10-16drm/i915/skl: Move per-pipe ddb allocations into crtc statesLyude
2016-10-14drm/i915: Make IS_GEN macros only take dev_privTvrtko Ursulin
2016-10-14drm/i915: Make INTEL_GEN only take dev_privTvrtko Ursulin
2016-10-14drm/i915: Make IS_VALLEYVIEW only take dev_privTvrtko Ursulin
2016-10-14drm/i915: Make IS_CHERRYVIEW only take dev_privTvrtko Ursulin
2016-10-14drm/i915: Make IS_G4X only take dev_privTvrtko Ursulin
2016-10-14drm/i915: Make HAS_L3_DPF only take dev_privTvrtko Ursulin
2016-10-14drm/i915: Make IS_BROXTON only take dev_privTvrtko Ursulin
2016-10-14drm/i915: Make IS_SKYLAKE only take dev_privTvrtko Ursulin
2016-10-14drm/i915: Make IS_KABYLAKE only take dev_privTvrtko Ursulin
2016-10-14drm/i915: Make IS_HASWELL only take dev_privTvrtko Ursulin
2016-10-14drm/i915: Make IS_BROADWELL only take dev_privTvrtko Ursulin
2016-10-14drm/i915: Make IS_IVYBRIDGE only take dev_privTvrtko Ursulin
2016-10-14drm/i915: Make INTEL_DEVID only take dev_privTvrtko Ursulin