aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-12drm/i915: Invalidate the guc ggtt TLB upon insertionChris Wilson5-40/+57
2017-01-12drm/i915: Remove useless casts to intel_plane_stateMaarten Lankhorst2-7/+7
2017-01-12drm/i915: Update i915_reset parameter for kerneldocMichel Thierry1-1/+1
2017-01-12drm/i915: Keep i915_handle_error kerneldoc parameters togetherMichel Thierry1-1/+2
2017-01-12drm/i915: Remove WaDisableLSQCROPERFforOCL KBL workaround.Francisco Jerez2-18/+0
2017-01-12drm/i915/guc: Make sure vma containing firmware is GuC mappableMichaƂ Winiarski1-1/+2
2017-01-12drm/i915: check ppgtt validity when init reg stateZhenyu Wang1-8/+1
2017-01-12drm/i915: Detect vma reserved for execbuf in evict-for-nodeChris Wilson1-1/+1
2017-01-11drm/i915: Add a sanity check that no request is submitted in the middleChris Wilson1-0/+7
2017-01-11drm/i915: Prefer random replacement before eviction searchChris Wilson1-1/+58
2017-01-11drm/i915: Extract reserving space in the GTT to a helperChris Wilson8-61/+106
2017-01-11drm/i915: Use the MRU stack search after evictingChris Wilson4-80/+119
2017-01-10drm/i915/psr: disable psr2 for resolution greater than 32X20Nagaraju, Vathsala1-7/+8
2017-01-10drm/i915/psr: program vsc header for psr2Nagaraju, Vathsala3-2/+43
2017-01-10drm/i915: Replace 4096 with PAGE_SIZE or I915_GTT_PAGE_SIZEChris Wilson15-45/+62
2017-01-10drm/i915: Rename i915_gem_engine_cleanup() to engine_set_wedged()Chris Wilson1-2/+2
2017-01-10drm/i915: Mark all incomplete requests as -EIO when wedgedChris Wilson1-0/+10
2017-01-10drm/i915: Set an error status for a resubmitted requestChris Wilson1-0/+1
2017-01-10drm/i915: Set guilty-flag on fence after detecting a hangChris Wilson1-0/+2
2017-01-10drm/i915: Consolidate reset_request()Chris Wilson1-4/+4
2017-01-10drm/i915: Put "cooked" vlank counters in frame CRC linesTomeu Vizoso1-3/+3
2017-01-10drm/i915: Use new CRC debugfs APITomeu Vizoso5-37/+142
2017-01-10Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter248-1367/+2031
2017-01-10drm/i915: Split out i915_gem_object_set_tiling()Chris Wilson2-113/+127
2017-01-10drm/i915: Include ioctl in set-tiling and get-tiling function namesChris Wilson3-14/+14
2017-01-10drm/i915: Clip the partial view against the object not vmaChris Wilson1-4/+2
2017-01-10drm/i915: Extract compute_partial_view()Chris Wilson1-19/+28
2017-01-10drm/i915/glk: Convert a few more IS_BROXTON() to IS_GEN9_LP()Michel Thierry4-5/+5
2017-01-10drm/i915/glk: Add missing bits to allow runtime pm suspend on GLK.Rodrigo Vivi1-6/+6
2017-01-10drm/i915/DMC/GLK: Load DMC on GLKAnusha Srivatsa1-2/+10
2017-01-10drm/i915: Move ggtt fence/alignment to i915_gem_tiling.cChris Wilson4-88/+88
2017-01-10drm/i915: Remove the rounding down of the gen4+ fence regionChris Wilson1-3/+1
2017-01-10drm/i915: Store required fence size/alignment for GGTT vmaChris Wilson6-81/+73
2017-01-10drm/i915: Replace WARNs in fence register writes with extensive assertsChris Wilson1-28/+22
2017-01-10drm/i915: Align GGTT sizes to a fence tile rowChris Wilson4-21/+39
2017-01-10drm/i915: Extract tile_row_size for fencingChris Wilson3-10/+23
2017-01-10Merge tag 'drm-misc-next-2017-01-09' of git://anongit.freedesktop.org/git/drm-misc into drm-nextDave Airlie102-436/+513
2017-01-10Merge tag 'drm-intel-next-2017-01-09' of git://anongit.freedesktop.org/git/drm-intel into drm-nextDave Airlie96-4131/+9551
2017-01-09dma-fence: Introduce drm_fence_set_error() helperChris Wilson1-1/+1
2017-01-09drm/i915: don't open code the pdpe/pml4e clearingMatthew Auld1-14/+2
2017-01-09drm/i915: s/gen8_setup_page_directory_pointer/gen8_setup_pml4e/Matthew Auld1-5/+5
2017-01-09drm/i915: s/gen8_setup_page_directory/gen8_setup_pdpe/Matthew Auld1-5/+5
2017-01-09dma-fence: Wrap querying the fence->statusChris Wilson3-13/+35
2017-01-09dma-fence: Clear fence->status during dma_fence_init()Chris Wilson1-0/+1
2017-01-09drm: fix compilations issues introduced by "drm: allow to use mmuless SoC"Benjamin Gaignard11-12/+12
2017-01-09drm: Change the return type of the unload hook to voidGabriel Krisman Bertazi32-69/+38
2017-01-09drm: add more document for drm_crtc_from_index()Shawn Guo2-2/+5
2017-01-09drm: remove useless parameters from drm_pick_cmdline_mode functionVincent Abriou2-5/+4
2017-01-09drm/i915: Update DRIVER_DATE to 20170109Daniel Vetter1-2/+2
2017-01-09Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm-misc into drm-nextDave Airlie196-1367/+4160