summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/guc: Skip port assign on first iteration of GuC dequeueMichał Winiarski2017-05-231-1/+2
* drm/i915: Remove misleading comment in request_allocMichał Winiarski2017-05-231-3/+0Star
* drm/i915/g33: Improve reset reliabilityMika Kuoppala2017-05-221-0/+3
* Revert "drm/i915: Restore lost "Initialized i915" welcome message"Daniel Vetter2017-05-221-4/+0Star
* drm/i915/huc: Update GLK HuC versionAnusha Srivatsa2017-05-221-2/+2
* drm/i915: Check for allocation failureColin Ian King2017-05-191-0/+5
* drm/i915/guc: Remove action status and statistics from debugfsMichal Wajdeczko2017-05-194-39/+0Star
* drm/i915/g4x: Improve gpu reset reliabilityMika Kuoppala2017-05-191-0/+35
* drm/i915/guc: Remove last submission result from debugfsMichal Wajdeczko2017-05-193-4/+0Star
* drm/i915/guc: Remove failed doorbell stat from debugfsMichal Wajdeczko2017-05-193-7/+0Star
* drm/i915/guc: Remove stale comment for q_failMichal Wajdeczko2017-05-191-2/+0Star
* drm/i915: Reorder media/render reset on g4xChris Wilson2017-05-181-12/+15
* drm/i915: Try harder to reset the GPUChris Wilson2017-05-181-21/+46
* drm/i915/selftests: Pretend to be a gfx pci deviceChris Wilson2017-05-181-0/+1
* drm/i915: Check C for null pointer rather than BColin Ian King2017-05-181-2/+2
* drm/i915: Fix new -Wint-in-bool-context gcc compiler warningHans de Goede2017-05-181-1/+1
* drm/i915/skl+: use linetime latency if ddb size is not availableKumar, Mahesh2017-05-172-9/+40
* drm/i915/skl+: Perform wm level calculations in separate functionKumar, Mahesh2017-05-171-24/+24
* drm/i915/skl+: Watermark calculation cleanupKumar, Mahesh2017-05-171-34/+19Star
* drm/i915/skl+: Fail the flip if ddb min requirement exceeds pipe allocationKumar, Mahesh2017-05-171-2/+11
* drm/i915/skl+: no need to memset againKumar, Mahesh2017-05-171-3/+1Star
* drm/i915/skl: Fail the flip if no FB for WM calculationKumar, Mahesh2017-05-171-1/+2
* drm/i915/skl+: calculate pixel_rate & relative_data_rate in fixed pointKumar, Mahesh2017-05-171-19/+19
* drm/i915: Use fixed_16_16 wrapper for division operationKumar, Mahesh2017-05-171-2/+2
* drm/i915: Add more wrapper for fixed_point_16_16 operationsKumar, Mahesh2017-05-171-0/+43
* drm/i915: fix naming of fixed_16_16 wrapper.Kumar, Mahesh2017-05-172-7/+5Star
* drm/i915: Don't force serialisation on marking up execlists irq postedChris Wilson2017-05-171-1/+1
* drm/i915: Stop inlining the execlists IRQ handlerChris Wilson2017-05-171-1/+1
* drm/i915/execlists: Reduce lock contention between schedule/submit_requestChris Wilson2017-05-171-0/+13
* drm/i915: Create a kmem_cache to allocate struct i915_priolist fromChris Wilson2017-05-175-5/+20
* drm/i915: Split execlist priority queue into rbtree + linked listChris Wilson2017-05-179-95/+192
* drm/i915: Use a define for the default priority [0]Chris Wilson2017-05-172-0/+2
* drm/i915: Don't mark an execlists context-switch when idleChris Wilson2017-05-171-2/+4
* drm/i915/execlists: Pack the count into the low bits of the port.requestChris Wilson2017-05-177-93/+126
* drm/i915: Redefine ptr_pack_bits() and friendsChris Wilson2017-05-173-10/+17
* drm/i915: Make ptr_unpack_bits() more function-likeChris Wilson2017-05-172-2/+2
* drm/i915: Import the kfence selftests for i915_sw_fenceChris Wilson2017-05-174-1/+596
* drm/i915: Remove kref from i915_sw_fenceChris Wilson2017-05-172-45/+11Star
* drm/i915/gen9: Reintroduce WaEnableYV12BugFixInHalfSliceChicken7Arkadiusz Hiler2017-05-171-0/+2
* drm/i915: use vma->size for appgtt allocate_va_rangeMatthew Auld2017-05-161-1/+1
* gpu: drm: i915: compress logic into one lineGustavo A. R. Silva2017-05-161-3/+1Star
* gpu: drm: i915: remove dead codeGustavo A. R. Silva2017-05-161-8/+1Star
* drm/i915/guc:fix spelling mistake: "adddress" -> "address"Colin Ian King2017-05-161-1/+1
* drm/i915/glk: Calculate high/low switch count for GLKMadhav Chauhan2017-05-151-4/+4
* drm/i915: Fixup 64bit divides in timelines selftestChris Wilson2017-05-151-6/+4Star
* drm/i915: Update DRIVER_DATE to 20170515Daniel Vetter2017-05-151-2/+2
* drm/i915/perf: rate limit spurious oa report noticeRobert Bragg2017-05-132-1/+33
* drm/i915/perf: better pipeline aged/aging tail updatesRobert Bragg2017-05-131-18/+23
* drm/i915/perf: improve invalid OA format debug messageRobert Bragg2017-05-131-2/+4
* drm/i915/perf: improve tail race workaroundRobert Bragg2017-05-132-96/+241