summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextSean Paul2017-06-27164-6240/+44515
|\
| * drm/i915: remove rate_to_index, messed up merge.Dave Airlie2017-06-211-11/+0Star
| * Merge tag 'drm-intel-next-2017-06-19' of git://anongit.freedesktop.org/git/dr...Dave Airlie2017-06-21106-3289/+36759
| |\
| | * drm/i915: Update DRIVER_DATE to 20170619Daniel Vetter2017-06-191-2/+2
| | * drm/i915/cfl: Introduce Coffee Lake workarounds.Rodrigo Vivi2017-06-172-23/+60
| | * drm/i915: Store 9 bits of PCI Device ID for platforms with a LP PCHDhinakaran Pandiyan2017-06-161-2/+11
| | * drm/i915: Stash a pointer to the obj's resv in the vmaChris Wilson2017-06-163-14/+15
| | * drm/i915: Async GPU relocation processingChris Wilson2017-06-162-8/+220
| | * drm/i915: Allow execbuffer to use the first object as the batchChris Wilson2017-06-162-1/+5
| | * drm/i915: Wait upon userptr get-user-pages within execbufferChris Wilson2017-06-165-5/+31
| | * drm/i915: First try the previous execbuffer locationChris Wilson2017-06-163-4/+15
| | * drm/i915: Store a persistent reference for an object in the execbuffer cacheChris Wilson2017-06-163-10/+28
| | * drm/i915: Eliminate lots of iterations over the execobjects arrayChris Wilson2017-06-167-916/+1239
| | * drm/i915: Disable EXEC_OBJECT_ASYNC when doing relocationsChris Wilson2017-06-161-0/+10
| | * drm/i915: Pass vma to relocate entryChris Wilson2017-06-161-60/+42Star
| | * drm/i915: Store a direct lookup from object handle to vmaChris Wilson2017-06-1611-112/+322
| | * drm/i915: Fix retrieval of hangcheck statsChris Wilson2017-06-161-3/+0Star
| | * drm/i915: Store i915_gem_object_is_coherent() as a bit next to cache-dirtyChris Wilson2017-06-168-12/+17
| | * drm/i915: Mark CPU cache as dirty on every transition for CPU writesChris Wilson2017-06-166-56/+67
| | * drm/i915: Make i915_vma_destroy() staticChris Wilson2017-06-162-2/+1Star
| | * drm/i915: Actually attach the tv_format property to the SDVO connectorVille Syrjälä2017-06-161-1/+2
| | * Merge tag 'gvt-next-2017-06-08' of https://github.com/01org/gvt-linux into dr...Jani Nikula2017-06-1619-440/+604
| | |\
| | | * drm/i915/gvt: Refine virtual reset functionfred gao2017-06-083-11/+28
| | | * drm/i915/gvt: Fix GDRST vreg state after resetfred gao2017-06-081-0/+3
| | | * drm/i915/gvt: Tuning the size of MMIO hash lookup table to 2048Changbin Du2017-06-081-1/+1
| | | * drm/i915/gvt: Add helper for tuning MMIO hash tableChangbin Du2017-06-082-0/+5
| | | * drm/i915/gvt: Make the MMIO attribute wrappers be inlineChangbin Du2017-06-083-87/+79Star
| | | * drm/i915/gvt: Make mmio_attribute as type u8 to save 1.5MB memoryChangbin Du2017-06-082-3/+4
| | | * drm/i915/gvt: Cleanup struct intel_gvt_mmio_infoChangbin Du2017-06-083-16/+3Star
| | | * drm/i915/gvt: Optimize MMIO register handling for some large MMIO blocksChangbin Du2017-06-083-114/+147
| | | * drm/i915/gvt: add gtt_invalidate API to flush the GTT TLBChuanxiao Dong2017-06-081-6/+9
| | | * drm/i915/gvt: Add runtime_pm get/put to proctect MMIO accessingChuanxiao Dong2017-06-082-0/+22
| | | * drm/i915/gvt: remove redundant -WallNick Desaulniers2017-06-081-1/+1
| | | * drm/i915/gvt: Legacy HSW related MMIO handler clean upfred gao2017-06-082-25/+15Star
| | | * drm/i915/gvt: Trigger scheduling after context completePing Gao2017-06-081-0/+4
| | | * drm/i915/gvt: Support event based schedulingPing Gao2017-06-083-6/+18
| | | * drm/i915/gvt: Delete gvt_dbg_cmd() in cmd_parser_exec()Xiong Zhang2017-06-081-6/+0Star
| | | * drm/i915/gvt: Change flood gvt dmesg into traceXiong Zhang2017-06-085-18/+119
| | | * drm/i915/gvt: clean up the unused last_ctx_submit_time of struct intel_vgpuChangbin Du2017-06-082-2/+0Star
| | | * drm/i915/gvt: add RING_INSTDONE and SC_INSTDONE mmio handler in GVT-gWeinan Li2017-06-082-7/+15
| | | * drm/i915/gvt: implement per-vm mmio switching optimizationChangbin Du2017-06-086-12/+80
| | | * drm/i915/gvt: refactor function intel_vgpu_submit_execlistChangbin Du2017-06-081-33/+23Star
| | | * drm/i915/gvt: rewrite the trace gvt:gvt_command using trace style approachChangbin Du2017-06-082-96/+32Star
| | * | Revert "drm/i915/skl: New ddb allocation algorithm"Rodrigo Vivi2017-06-151-159/+98Star
| | * | drm/i915/glk: Add cold boot sequence for GLK DSIMadhav Chauhan2017-06-151-28/+51
| | * | drm/i915/glk: Split GLK DSI device ready functionalityMadhav Chauhan2017-06-151-7/+18
| | * | drm/i915: Don't enable backlight at setup time.Dhinakaran Pandiyan2017-06-151-10/+0Star
| | * | drm/i915/cnl: make function cnl_ddi_dp_set_dpll_hw_state staticColin Ian King2017-06-151-2/+3
| | * | drm/i915: Remove pipe A quirk remnantsVille Syrjälä2017-06-153-85/+10Star
| | * | drm/i915: Drop pipe A quirk for Thinkapd T60Ville Syrjälä2017-06-151-3/+0Star