summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Eliminate superfluous i915_ggtt_view_normalChris Wilson2017-01-144-9/+2
* drm/i915: Eliminate superfluous i915_ggtt_view_rotatedChris Wilson2017-01-143-7/+2
* drm/i915: Convert i915_ggtt_view to use an anonymous unionChris Wilson2017-01-147-27/+32
* drm/i915: Stop clearing i915_ggtt_viewChris Wilson2017-01-141-1/+0
* drm/i915: Compact memcmp in i915_vma_compare()Chris Wilson2017-01-142-13/+35
* drm/i915: Mark the ggtt_view structs as packedChris Wilson2017-01-141-2/+12
* drm/i915: Name the anonymous structs inside i915_ggtt_viewChris Wilson2017-01-141-5/+7
* drm/i915/psr: report live PSR2 StateNagaraju, Vathsala2017-01-132-0/+25
* drm/i915/psr: enable psr2 for y cordinate panelsNagaraju, Vathsala2017-01-131-0/+9
* drm/i915/psr: set PSR_MASK bits for deep sleepNagaraju, Vathsala2017-01-132-13/+27
* drm/i915/psr: set CHICKEN_TRANS for psr2Nagaraju, Vathsala2017-01-132-0/+13
* drm/i915: Assert that we have allocated the drm_mm_node upon pinningChris Wilson2017-01-132-1/+5
* drm/i915: Move i915_ppgtt_close() into i915_gem_gtt.cChris Wilson2017-01-133-21/+22
* drm/i915/psr: enable ALPM for psr2Nagaraju, Vathsala2017-01-123-1/+16
* drm/i915/psr: disable aux_frame_sync on psr2 exitNagaraju, Vathsala2017-01-121-0/+9
* drm/i915/psr: fix blank screen issue for psr2Nagaraju, Vathsala2017-01-122-30/+95
* drm/i915: Fix up kerneldoc parameters for i915_gem_gtt_*()Chris Wilson2017-01-121-22/+22
* drm/i915: Expand ggtt_view parameters for debugfsChris Wilson2017-01-121-2/+29
* drm/i915: Declare i915_gem_object_create_internal() as taking phys_addr_t sizeChris Wilson2017-01-122-2/+7
* drm/i915: Invalidate the guc ggtt TLB upon insertionChris Wilson2017-01-125-40/+57
* drm/i915: Remove useless casts to intel_plane_stateMaarten Lankhorst2017-01-122-7/+7
* drm/i915: Update i915_reset parameter for kerneldocMichel Thierry2017-01-121-1/+1
* drm/i915: Keep i915_handle_error kerneldoc parameters togetherMichel Thierry2017-01-121-1/+2
* drm/i915: Remove WaDisableLSQCROPERFforOCL KBL workaround.Francisco Jerez2017-01-122-18/+0
* drm/i915/guc: Make sure vma containing firmware is GuC mappableMichaƂ Winiarski2017-01-121-1/+2
* drm/i915: check ppgtt validity when init reg stateZhenyu Wang2017-01-121-8/+1
* drm/i915: Detect vma reserved for execbuf in evict-for-nodeChris Wilson2017-01-121-1/+1
* drm/i915: Add a sanity check that no request is submitted in the middleChris Wilson2017-01-111-0/+7
* drm/i915: Prefer random replacement before eviction searchChris Wilson2017-01-111-1/+58
* drm/i915: Extract reserving space in the GTT to a helperChris Wilson2017-01-118-61/+106
* drm/i915: Use the MRU stack search after evictingChris Wilson2017-01-114-80/+119
* drm/i915/psr: disable psr2 for resolution greater than 32X20Nagaraju, Vathsala2017-01-101-7/+8
* drm/i915/psr: program vsc header for psr2Nagaraju, Vathsala2017-01-103-2/+43
* drm/i915: Replace 4096 with PAGE_SIZE or I915_GTT_PAGE_SIZEChris Wilson2017-01-1015-45/+62
* drm/i915: Rename i915_gem_engine_cleanup() to engine_set_wedged()Chris Wilson2017-01-101-2/+2
* drm/i915: Mark all incomplete requests as -EIO when wedgedChris Wilson2017-01-101-0/+10
* drm/i915: Set an error status for a resubmitted requestChris Wilson2017-01-101-0/+1
* drm/i915: Set guilty-flag on fence after detecting a hangChris Wilson2017-01-101-0/+2
* drm/i915: Consolidate reset_request()Chris Wilson2017-01-101-4/+4
* drm/i915: Put "cooked" vlank counters in frame CRC linesTomeu Vizoso2017-01-101-3/+3
* drm/i915: Use new CRC debugfs APITomeu Vizoso2017-01-105-37/+142
* Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter2017-01-10103-449/+557
|\
| * Merge tag 'drm-misc-next-2017-01-09' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-01-1096-417/+448
| |\
| | * drm: fix compilations issues introduced by "drm: allow to use mmuless SoC"Benjamin Gaignard2017-01-0911-12/+12
| | * drm: Change the return type of the unload hook to voidGabriel Krisman Bertazi2017-01-0932-69/+38
| | * drm: add more document for drm_crtc_from_index()Shawn Guo2017-01-092-2/+5
| | * drm: remove useless parameters from drm_pick_cmdline_mode functionVincent Abriou2017-01-092-5/+4
| | * drm: crc: Call wake_up_interruptible() each time there is a new CRC entryBenjamin Gaignard2017-01-061-0/+2
| | * drm: allow to use mmuless SoCBenjamin Gaignard2017-01-062-2/+73
| | * drm: compile drm_vm.c only when neededBenjamin Gaignard2017-01-064-1/+15