summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2017-05-22drm/i915/g33: Improve reset reliabilityMika Kuoppala1-0/+3
2017-05-22Revert "drm/i915: Restore lost "Initialized i915" welcome message"Daniel Vetter1-4/+0
2017-05-22drm/i915/huc: Update GLK HuC versionAnusha Srivatsa1-2/+2
2017-05-19drm/i915: Check for allocation failureColin Ian King1-0/+5
2017-05-19drm/i915/guc: Remove action status and statistics from debugfsMichal Wajdeczko4-39/+0
2017-05-19drm/i915/g4x: Improve gpu reset reliabilityMika Kuoppala1-0/+35
2017-05-19drm/i915/guc: Remove last submission result from debugfsMichal Wajdeczko3-4/+0
2017-05-19drm/i915/guc: Remove failed doorbell stat from debugfsMichal Wajdeczko3-7/+0
2017-05-19drm/i915/guc: Remove stale comment for q_failMichal Wajdeczko1-2/+0
2017-05-18drm/i915: Reorder media/render reset on g4xChris Wilson1-12/+15
2017-05-18drm/i915: Try harder to reset the GPUChris Wilson1-21/+46
2017-05-18drm/i915/selftests: Pretend to be a gfx pci deviceChris Wilson1-0/+1
2017-05-18drm/i915: Check C for null pointer rather than BColin Ian King1-2/+2
2017-05-18drm/i915: Fix new -Wint-in-bool-context gcc compiler warningHans de Goede1-1/+1
2017-05-18drm/i915/skl+: use linetime latency if ddb size is not availableKumar, Mahesh2-9/+40
2017-05-18drm/i915/skl+: Perform wm level calculations in separate functionKumar, Mahesh1-24/+24
2017-05-18drm/i915/skl+: Watermark calculation cleanupKumar, Mahesh1-34/+19
2017-05-18drm/i915/skl+: Fail the flip if ddb min requirement exceeds pipe allocationKumar, Mahesh1-2/+11
2017-05-18drm/i915/skl+: no need to memset againKumar, Mahesh1-3/+1
2017-05-18drm/i915/skl: Fail the flip if no FB for WM calculationKumar, Mahesh1-1/+2
2017-05-18drm/i915/skl+: calculate pixel_rate & relative_data_rate in fixed pointKumar, Mahesh1-19/+19
2017-05-18drm/i915: Use fixed_16_16 wrapper for division operationKumar, Mahesh1-2/+2
2017-05-18drm/i915: Add more wrapper for fixed_point_16_16 operationsKumar, Mahesh1-0/+43
2017-05-18drm/i915: fix naming of fixed_16_16 wrapper.Kumar, Mahesh2-7/+5
2017-05-17drm/i915: Don't force serialisation on marking up execlists irq postedChris Wilson1-1/+1
2017-05-17drm/i915: Stop inlining the execlists IRQ handlerChris Wilson1-1/+1
2017-05-17drm/i915/execlists: Reduce lock contention between schedule/submit_requestChris Wilson1-0/+13
2017-05-17drm/i915: Create a kmem_cache to allocate struct i915_priolist fromChris Wilson5-5/+20
2017-05-17drm/i915: Split execlist priority queue into rbtree + linked listChris Wilson9-95/+192
2017-05-17drm/i915: Use a define for the default priority [0]Chris Wilson2-0/+2
2017-05-17drm/i915: Don't mark an execlists context-switch when idleChris Wilson1-2/+4
2017-05-17drm/i915/execlists: Pack the count into the low bits of the port.requestChris Wilson7-93/+126
2017-05-17drm/i915: Redefine ptr_pack_bits() and friendsChris Wilson3-10/+17
2017-05-17drm/i915: Make ptr_unpack_bits() more function-likeChris Wilson2-2/+2
2017-05-17drm/i915: Import the kfence selftests for i915_sw_fenceChris Wilson4-1/+596
2017-05-17drm/i915: Remove kref from i915_sw_fenceChris Wilson2-45/+11
2017-05-17drm/i915/gen9: Reintroduce WaEnableYV12BugFixInHalfSliceChicken7Arkadiusz Hiler1-0/+2
2017-05-16drm/i915: use vma->size for appgtt allocate_va_rangeMatthew Auld1-1/+1
2017-05-16gpu: drm: i915: compress logic into one lineGustavo A. R. Silva1-3/+1
2017-05-16gpu: drm: i915: remove dead codeGustavo A. R. Silva1-8/+1
2017-05-16drm/i915/guc:fix spelling mistake: "adddress" -> "address"Colin Ian King1-1/+1
2017-05-15drm/i915/glk: Calculate high/low switch count for GLKMadhav Chauhan1-4/+4
2017-05-15drm/i915: Fixup 64bit divides in timelines selftestChris Wilson1-6/+4
2017-05-15drm/i915: Update DRIVER_DATE to 20170515Daniel Vetter1-2/+2
2017-05-13drm/i915/perf: rate limit spurious oa report noticeRobert Bragg2-1/+33
2017-05-13drm/i915/perf: better pipeline aged/aging tail updatesRobert Bragg1-18/+23
2017-05-13drm/i915/perf: improve invalid OA format debug messageRobert Bragg1-2/+4
2017-05-13drm/i915/perf: improve tail race workaroundRobert Bragg2-96/+241
2017-05-13drm/i915/perf: no head/tail ref in gen7_oa_readRobert Bragg1-32/+18
2017-05-13drm/i915/perf: avoid read back of head registerRobert Bragg2-25/+32