Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
050fc4653c3634762dca4e5cfdeb43a31163f056
/
drivers
/
gpu
/
drm
/
i915
/
intel_ringbuffer.c
050fc46
drm/i915:bxt: implement WaProgramL3SqcReg1DefaultForPerf
by Tim Gore
· 9 years ago
8305216
drm/i915: check for ERR_PTR from i915_gem_object_pin_map()
by Dave Gordon
· 9 years ago
791bee1
drm/i915: Remove a couple pointless WARN_ONs
by Tvrtko Ursulin
· 9 years ago
bfd8ad4
drm/i915/gen9: implement WaEnableSamplerGPGPUPreemptionSupport
by Tim Gore
· 9 years ago
a687a43
drm/i915: Force ringbuffers to not be at offset 0
by Chris Wilson
· 9 years ago
f4457ae
drm/i915: Prevent leaking of -EIO from i915_wait_request()
by Chris Wilson
· 9 years ago
299259a
drm/i915: Store the reset counter when constructing a request
by Chris Wilson
· 9 years ago
c19ae98
drm/i915: Hide the atomic_read(reset_counter) behind a helper
by Chris Wilson
· 9 years ago
97ea6be
drm/i915/skl: Fix spurious gpu hang with gt3/gt4 revs
by Mika Kuoppala
· 9 years ago
0a798eb
drm/i915: Refactor duplicate object vmap functions
by Chris Wilson
· 9 years ago
d2cad53
drm/i915: Consolidate common error handling in intel_pin_and_map_ringbuffer_obj
by Chris Wilson
· 9 years ago
c04e0f3
drm/i915: Separate out the seqno-barrier from engine->get_seqno
by Chris Wilson
· 9 years ago
9b9ed30
drm/i915: Remove forcewake dance from seqno/irq barrier on legacy gen6+
by Chris Wilson
· 9 years ago
782f6bc
drm/i915: Fixup the free space logic in ring_prepare
by Akash Goel
· 9 years ago
0134712
drm/i915: Reset engine->last_submitted_seqno
by Chris Wilson
· 9 years ago
a058d93
drm/i915: Reset semaphore page for gen8
by Chris Wilson
· 9 years ago
29dcb57
drm/i915: Move the hw semaphore initialisation from GEM to the engine
by Chris Wilson
· 9 years ago
d04bce4
drm/i915: Remove unneeded drm_device pointer from intel_ring_init_seqno()
by Chris Wilson
· 9 years ago
72e96d6
drm/i915: Refer to GGTT {,VM} consistently
by Joonas Lahtinen
· 9 years ago
c3232b1
drm/i915: introduce for_each_engine_id()
by Dave Gordon
· 9 years ago
fc0768c
drm/i915/tdr: Initialize hangcheck struct for each engine
by Tomas Elf
· 9 years ago
62106b4
drm/i915: Rename dev_priv->gtt to dev_priv->ggtt
by Joonas Lahtinen
· 9 years ago
950b2aa
drm/i915/gen9: add WaClearFlowControlGpgpuContextSave
by Tim Gore
· 9 years ago
39dabec
drm/i915: Use shorter route to dev_private where possible
by Tvrtko Ursulin
· 9 years ago
117897f
drm/i915: More renaming of rings to engines
by Tvrtko Ursulin
· 9 years ago
666796d
drm/i915: More intel_engine_cs renaming
by Tvrtko Ursulin
· 9 years ago
4a570db
drm/i915: Rename intel_engine_cs struct members
by Tvrtko Ursulin
· 9 years ago
0bc40be
drm/i915: Rename intel_engine_cs function parameters
by Tvrtko Ursulin
· 9 years ago
e2f8039
drm/i915: Rename local struct intel_engine_cs variables
by Tvrtko Ursulin
· 9 years ago
e26e1b9
drm/i915: Don't ERROR for an expected intel_rcs_ctx_init() interruption
by Chris Wilson
· 9 years ago
ff3dc08
drm/i915: check that rpm ref is held when accessing ringbuf in stolen mem
by Daniele Ceraolo Spurio
· 9 years ago
6ecf56a
drm/i915/gen9: Add WaOCLCoherentLineFlush
by Arun Siluvery
· 9 years ago
a78536e
drm/i915/skl: Enable Per context Preemption granularity control
by Arun Siluvery
· 9 years ago
6107497
drm/i915/skl: Add GEN8_L3SQCREG4 to HW whitelist
by Arun Siluvery
· 9 years ago
a786d53
drm/i915/bxt: Add GEN8_L3SQCREG4 to HW whitelist
by Arun Siluvery
· 9 years ago
2c8580e
drm/i915/bxt: Add GEN9_CS_DEBUG_MODE1 to HW whitelist
by Arun Siluvery
· 9 years ago
3669ab6
drm/i915/gen9: Add HDC_CHICKEN1 to HW whitelist
by Arun Siluvery
· 9 years ago
e0f3fa0
drm/i915/gen9: Add GEN8_CS_CHICKEN1 to HW whitelist
by Arun Siluvery
· 9 years ago
33136b0
drm/i915/gen9: Add framework to whitelist specific GPU registers
by Arun Siluvery
· 9 years ago
426960b
drm/i915: Seal busy-ioctl uABI and prevent leaking of internal ids
by Chris Wilson
· 9 years ago
0eb973d
drm/i915: Cache ringbuffer GTT VMA
by Tvrtko Ursulin
· 9 years ago
965fd60
drm/i915: Make sure DC writes are coherent on flush.
by Francisco Jerez
· 9 years ago
9d611c0
drm/i915: Use MI_BATCH_BUFFER_START on 830/845
by Ville Syrjälä
· 9 years ago
7d3fdff
drm/i915: Cleanup phys status page too
by Ville Syrjälä
· 9 years ago
e238659
drm/i915/skl: Default to noncoherent access up to F0
by Mika Kuoppala
· 9 years ago
b0366a5
drm/i915: intel_ring_initialized() must be simple and inline
by Dave Gordon
· 9 years ago
a4d8a0f
i915: Replace "hweight8(dev_priv->info.subslice_7eu[i]) != 1" with "!is_power_of_2(dev_priv->info.subslice_7eu[i])"
by Zeng Zhaoxiu
· 9 years ago
92907cb
Merge tag 'v4.4-rc2' into drm-intel-next-queued
by Daniel Vetter
· 9 years ago
f0f59a0
drm/i915: Type safe register read/write
by Ville Syrjälä
· 9 years ago
f92a916
drm/i915: Add functions to emit register offsets to the ring
by Ville Syrjälä
· 9 years ago
3e82806
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 9 years ago
cbdc12a
drm/i915: make A0 wa's applied to A1
by Tim Gore
· 9 years ago
608c1a5
drm/i915: Recover all available ringbuffer space following reset
by Chris Wilson
· 9 years ago
e87a005
drm/i915: add helpers for platform specific revision id range checks
by Jani Nikula
· 9 years ago
fffda3f
drm/i915/bxt: add revision id for A1 stepping and use it
by Jani Nikula
· 9 years ago
def0c5f
drm/i915: Map the ringbuffer using WB on LLC machines
by Chris Wilson
· 9 years ago
9c4cbf8
drm/i915: Move skl/bxt gt specific workarounds to ring init
by Mika Kuoppala
· 9 years ago
40a2448
drm/i915: Flush pipecontrol post-sync writes
by Chris Wilson
· 9 years ago
4f91fc6
drm/i915: Hook up ring workaround writes at context creation time on Gen6-7.
by Francisco Jerez
· 9 years ago
0223580
drm/i915: Don't warn if the workaround list is empty.
by Francisco Jerez
· 9 years ago
6a8aadc
drm/i915: Resurrect golden context on gen6/7
by Daniel Vetter
· 9 years ago
120f5d2
drm/i915/gen8: Move WaHdcDisableFetchWhenMasked to common init fn
by Arun Siluvery
· 9 years ago
a340af5
drm/i915/gen8: Move WaForceEnableNonCoherent to common init fn
by Arun Siluvery
· 9 years ago
7eebcde
drm/i915/gen8: Move GEN7_GT_MODE WA to common init fn
by Arun Siluvery
· 9 years ago
4840463
drm/i915/gen8: Move Wa4x4STCOptimizationDisable to common init fn
by Arun Siluvery
· 9 years ago
6def8fd
drm/i915/gen8: Move HiZ RAW stall optimization disable WA to common init fn
by Arun Siluvery
· 9 years ago
d058119
drm/i915/gen8: Move WaDisablePartialInstShootdown to common init fn
by Arun Siluvery
· 9 years ago
717d84d
drm/i915/gen8: Move WaDisableAsyncFlipPerfMode to common init fn
by Arun Siluvery
· 9 years ago
68c6198
drm/i915/gen8: Move INSTPM WA to common function
by Arun Siluvery
· 9 years ago
e9a64ad
drm/i915/gen8: Add gen8_init_workarounds for common WA
by Arun Siluvery
· 9 years ago
6029468
drm/i915/gen9: Merge two WA as they part of same register
by Arun Siluvery
· 9 years ago
aa0011a
drm/i915/gen9: Handle error returned by gen9_init_workarounds
by Arun Siluvery
· 9 years ago
6b6d562
drm/i915/gen9: WA ST Unit Power Optimization Disable
by Robert Beckett
· 9 years ago
8c76160
drm/i915/gen9: Add WaDisableSamplerPowerBypassForSOPingPong
by Arun Siluvery
· 9 years ago
01101fa
drm/i915: Refactor common ringbuffer allocation code
by Chris Wilson
· 9 years ago
ca5a0fb
drm/i915: Contain the WA_REG macro
by Mika Kuoppala
· 9 years ago
9bd9dfb
drm/i915/skl WaDisableSbeCacheDispatchPortSharing
by Mika Kuoppala
· 9 years ago
0667405
drm/i915/skl: revert duplicated WaBarrierPerformanceFixDisable:skl
by Marc Herbert
· 9 years ago
ca6e440
Merge tag 'drm-intel-fixes-2015-07-15' into drm-intel-next-queued
by Daniel Vetter
· 9 years ago
9b01435
drm/i915/gen9: Add WaSetDisablePixMaskCammingAndRhwoInCommonSliceChicken
by Arun Siluvery
· 9 years ago
919032e
drm/i915: Enable resource streamer bits on MI_BATCH_BUFFER_START
by Abdiel Janulgue
· 9 years ago
79bbcc2
drm/i915: Reserve space improvements
by John Harrison
· 9 years ago
099bfbf
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 9 years ago
bccca49
drm/i915: Remove the now obsolete 'outstanding_lazy_request'
by John Harrison
· 9 years ago
ccd98fe
drm/i915: Add *_ring_begin() to request allocation
by John Harrison
· 9 years ago
5fb9de1
drm/i915: Update intel_ring_begin() to take a request structure
by John Harrison
· 9 years ago
bba09b1
drm/i915: Update cacheline_align() to take a request structure
by John Harrison
· 9 years ago
f716968
drm/i915: Update ring->signal() to take a request structure
by John Harrison
· 9 years ago
599d924
drm/i915: Update ring->sync_to() to take a request structure
by John Harrison
· 9 years ago
53fddaf
drm/i915: Update ring->dispatch_execbuffer() to take a request structure
by John Harrison
· 9 years ago
ee044a8
drm/i915: Update ring->add_request() to take a request structure
by John Harrison
· 9 years ago
f2cf1fc
drm/i915: Update some flush helpers to take request structures
by John Harrison
· 9 years ago
a84c3ae
drm/i915: Update ring->flush() to take a requests structure
by John Harrison
· 9 years ago
4866d72
drm/i915: Update flush_all_caches() to take request structures
by John Harrison
· 9 years ago
e2be4fa
drm/i915: Update workarounds_emit() to take request structures
by John Harrison
· 9 years ago
2f20055
drm/i915: Update a bunch of execbuffer helpers to take request structures
by John Harrison
· 9 years ago
7528987
drm/i915: Update add_request() to take a request structure
by John Harrison
· 9 years ago
6258fbe
drm/i915: Update queue_flip() to take a request structure
by John Harrison
· 9 years ago
be01363
drm/i915: Update render_state_init() to take a request structure
by John Harrison
· 9 years ago
8753181
drm/i915: Update init_context() to take a request structure
by John Harrison
· 9 years ago
Next »