summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* 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
* drm/i915/perf: no head/tail ref in gen7_oa_readRobert Bragg2017-05-131-32/+18Star
* drm/i915/perf: avoid read back of head registerRobert Bragg2017-05-132-25/+32
* drm/i915/perf: avoid poll, read, EAGAIN busy loopsRobert Bragg2017-05-131-1/+9
* drm/i915/perf: fix gen7_append_oa_reports commentRobert Bragg2017-05-131-1/+1
* drm/i915: Restore brightness level in aux backlight driverPuthikorn Voravootivat2017-05-121-0/+1
* drm/i915: Set backlight mode before enable backlightPuthikorn Voravootivat2017-05-121-2/+2
* drm/i915: Correctly enable backlight brightness adjustment via DPCDPuthikorn Voravootivat2017-05-121-6/+27
* drm/i915: Fix cap check for intel_dp_aux_backlight driverPuthikorn Voravootivat2017-05-121-0/+1
* drm/i915: don't do allocate_va_range again on PIN_UPDATEMatthew Auld2017-05-121-4/+8
* drm/i915: set initialised only when init_context callback is NULLChuanxiao Dong2017-05-121-1/+1
* drm/i915: Do not sync RCU during shrinkingJoonas Lahtinen2017-05-111-5/+0Star
* drm/i915/guc: Make scratch register base and count flexibleMichal Wajdeczko2017-05-112-7/+41
* drm/i915/guc: Move notification code into virtual functionMichal Wajdeczko2017-05-112-1/+18
* drm/i915: Remove vma unpin in intel_plane_destroyMaarten Lankhorst2017-05-111-17/+1Star
* drm/i915: Fix hw state verifier access to crtc->state.Maarten Lankhorst2017-05-111-10/+14
* drm/i915/guc: Dump the GuC stage descriptor pool in debugfsOscar Mateo2017-05-111-5/+71
* drm/i915: Fix __intel_wait_for_register_fw to not sleep in atomicDaniel Vetter2017-05-101-2/+2
* drm/i915: Simplify cursor register write sequenceVille Syrjälä2017-05-101-35/+34Star
* drm/i915: Relax 845/865 CURBASE alignemnt requirement to 32 bytesVille Syrjälä2017-05-101-0/+2
* drm/i915: Handle fb offset and src coordinates for cursorsVille Syrjälä2017-05-101-2/+25
* drm/i915: Fix gen3 physical cursor alignment requirementsVille Syrjälä2017-05-101-2/+12
* drm/i915: Support variable cursor height on ivb+Ville Syrjälä2017-05-103-8/+36
* drm/i915: Use fb->pitches[0] in cursor codeVille Syrjälä2017-05-101-30/+18Star
* drm/i915: Generalize cursor size checks a bitVille Syrjälä2017-05-101-21/+13Star
* drm/i915: Split cursor check_plane into i845 and i9xx variantsVille Syrjälä2017-05-101-104/+171