Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
cb399eabc41ae0e67fe87fbebee4cb03ab1b5de9
/
drivers
/
gpu
/
drm
/
i915
/
i915_drv.h
b079bd17
drm/i915: Bail if plane/crtc init fails
by Ville Syrjälä
· 9 years ago
80b204b
drm/i915: Enable multiple timelines
by Chris Wilson
· 9 years ago
28176ef
drm/i915: Reserve space in the global seqno during request allocation
by Chris Wilson
· 9 years ago
562f5d4
drm/i915: Create a unique name for the context
by Chris Wilson
· 9 years ago
85e17f5
drm/i915: Move the global sync optimisation to the timeline
by Chris Wilson
· 9 years ago
65e4760
drm/i915: Introduce a global_seqno for each request
by Chris Wilson
· 9 years ago
73cb970
drm/i915: Combine seqno + tracking into a global timeline struct
by Chris Wilson
· 9 years ago
d07f0e5
drm/i915: Move GEM activity tracking into a common struct reservation_object
by Chris Wilson
· 9 years ago
f0cd518
drm/i915: Use lockless object free
by Chris Wilson
· 9 years ago
fbbd37b
drm/i915: Move object release to a freelist + worker
by Chris Wilson
· 9 years ago
1233e2d
drm/i915: Move object backing storage manipulation to its own locking
by Chris Wilson
· 9 years ago
03ac84f
drm/i915: Pass around sg_table to get_pages/put_pages backend
by Chris Wilson
· 9 years ago
a4f5ea6
drm/i915: Refactor object page API
by Chris Wilson
· 9 years ago
96d7763
drm/i915: Use a radixtree for random access to the object's backing storage
by Chris Wilson
· 9 years ago
4c7d62c
drm/i915: Markup GEM API with lockdep asserts
by Chris Wilson
· 9 years ago
920cf41
drm/i915: Introduce an internal allocator for disposable private objects
by Chris Wilson
· 9 years ago
f8a7fde
drm/i915: Defer active reference until required
by Chris Wilson
· 9 years ago
e95433c
drm/i915: Rearrange i915_wait_request() accounting with callers
by Chris Wilson
· 9 years ago
b52992c
drm/i915: Support asynchronous waits on struct fence from i915_gem_request
by Chris Wilson
· 9 years ago
8b364b4
drm/i915: Rename for_each_plane -> for_each_universal_plane
by Matt Roper
· 9 years ago
ed37892
drm/i915: Address broxton phy registers based on phy and channel number
by Ander Conselvan de Oliveira
· 9 years ago
b6e0820
drm/i915: Move broxton vswing sequence to intel_dpio_phy.c
by Ander Conselvan de Oliveira
· 9 years ago
47a6bc6
drm/i915: Move broxton phy code to intel_dpio_phy.c
by Ander Conselvan de Oliveira
· 9 years ago
362624c
drm/i915: Explicitly map broxton DPIO power wells to phys
by Ander Conselvan de Oliveira
· 9 years ago
01c3faa
drm/i915: Rename struct i915_power_well field data to id
by Ander Conselvan de Oliveira
· 9 years ago
aafee2e
drm/i915: fix comment on I915_{READ, WRITE}_FW
by Arkadiusz Hiler
· 9 years ago
de867c2
drm/i915: Include the kernel uptime in the error state
by Chris Wilson
· 9 years ago
27b85be
drm/i915: Augment i915 error state to include the dump of GuC log buffer
by Akash Goel
· 9 years ago
26705e2
drm/i915: Support for GuC interrupts
by Sagar Arun Kamble
· 9 years ago
f4e9af4
drm/i915: Add low level set of routines for programming PM IER/IIR/IMR register set
by Akash Goel
· 9 years ago
7c108fd
drm/i915: Move fence cancellation to runtime suspend
by Chris Wilson
· 9 years ago
2eedfc7
drm/i915: Remove RPM sequence checking
by Chris Wilson
· 9 years ago
3594a3e
drm/i915: Remove superfluous locking around userfault_list
by Chris Wilson
· 9 years ago
275f039
drm/i915: Move user fault tracking to a separate list
by Chris Wilson
· 9 years ago
9558e74
drm/i915: Update DRIVER_DATE to 20161024
by Daniel Vetter
· 9 years ago
41842d6
Merge tag 'gvt-next-fix-2016-10-20' of https://github.com/01org/gvt-linux into drm-intel-next-queued
by Daniel Vetter
· 9 years ago
eafc489
drm/i915: Add a sunset clause to GPU hang logging
by Chris Wilson
· 9 years ago
feddf6e
drm/i915/gvt: clean up intel_gvt.h as interface for i915 core
by Zhenyu Wang
· 9 years ago
d8c0faf
drm/i915/gen9: Get rid of redundant watermark values
by cpaul@redhat.com
· 9 years ago
40fa60c
drm/i915: Catch premature unpinning of pages
by Chris Wilson
· 9 years ago
b4bcbe2
drm/i915: Document our internal limit on object size
by Chris Wilson
· 9 years ago
3ef7f22
drm/i915: Bump object bookkeeping to u64 from size_t
by Chris Wilson
· 9 years ago
6389dd8
drm/i915: Parse VBT data for lspcon
by Shashank Sharma
· 9 years ago
a62163e
drm/i915/gen9: Make skl_wm_level per-plane
by Lyude
· 9 years ago
b707aa5
drm/i915/skl: Remove linetime from skl_wm_values
by Lyude
· 9 years ago
ce0ba28
drm/i915/skl: Move per-pipe ddb allocations into crtc states
by Lyude
· 9 years ago
5db9401
drm/i915: Make IS_GEN macros only take dev_priv
by Tvrtko Ursulin
· 9 years ago
55b8f2a
drm/i915: Make INTEL_GEN only take dev_priv
by Tvrtko Ursulin
· 9 years ago
11a914c
drm/i915: Make IS_VALLEYVIEW only take dev_priv
by Tvrtko Ursulin
· 9 years ago
920a14b
drm/i915: Make IS_CHERRYVIEW only take dev_priv
by Tvrtko Ursulin
· 9 years ago
9beb5fe
drm/i915: Make IS_G4X only take dev_priv
by Tvrtko Ursulin
· 9 years ago
3c9192b
drm/i915: Make HAS_L3_DPF only take dev_priv
by Tvrtko Ursulin
· 9 years ago
e2d214a
drm/i915: Make IS_BROXTON only take dev_priv
by Tvrtko Ursulin
· 9 years ago
d9486e6
drm/i915: Make IS_SKYLAKE only take dev_priv
by Tvrtko Ursulin
· 9 years ago
0853723
drm/i915: Make IS_KABYLAKE only take dev_priv
by Tvrtko Ursulin
· 9 years ago
772c2a5
drm/i915: Make IS_HASWELL only take dev_priv
by Tvrtko Ursulin
· 9 years ago
8652744
drm/i915: Make IS_BROADWELL only take dev_priv
by Tvrtko Ursulin
· 9 years ago
fd6b8f4
drm/i915: Make IS_IVYBRIDGE only take dev_priv
by Tvrtko Ursulin
· 9 years ago
50a0bc9
drm/i915: Make INTEL_DEVID only take dev_priv
by Tvrtko Ursulin
· 9 years ago
c1812bd
drm/i915: Make IS_GEN-range macro only take dev_priv
by Tvrtko Ursulin
· 9 years ago
6772ffe
drm/i915: Make HAS_RUNTIME_PM only take dev_priv
by Tvrtko Ursulin
· 9 years ago
49cff96
drm/i915: Make HAS_GMCH_DISPLAY only take dev_priv
by Tvrtko Ursulin
· 9 years ago
6e26695
drm/i915: Make INTEL_PCH_TYPE & co only take dev_priv
by Tvrtko Ursulin
· 9 years ago
4f8036a
drm/i915: Make HAS_DDI and HAS_PCH_LPT_LP only take dev_priv
by Tvrtko Ursulin
· 9 years ago
3b3f165
drm/i915: Allocate intel_engine_cs structure only for the enabled engines
by Akash Goel
· 9 years ago
35ca039
drm/i915: Record the current requests queue for execlists upon hang
by Chris Wilson
· 9 years ago
0a97015
drm/i915: Compress GPU objects in error state
by Chris Wilson
· 9 years ago
9f267eb
drm/i915: Stop the machine whilst capturing the GPU crash dump
by Chris Wilson
· 9 years ago
98a2f41
drm/i915: Allow disabling error capture
by Chris Wilson
· 9 years ago
0e70447
drm/i915: Move common code out of i915_gpu_error.c
by Chris Wilson
· 9 years ago
738bb80
drm/i915: Update DRIVER_DATE to 20161010
by Daniel Vetter
· 9 years ago
566c56a
drm/i915: Sort DEV_INFO_FOR_EACH_FLAG
by Joonas Lahtinen
· 9 years ago
604db65
drm/i915: Reduce trickery in DEV_INFO_FOR_EACH_FLAG
by Joonas Lahtinen
· 9 years ago
cdb324b
drm/i915: Show bounds of active request in the ring on GPU hang
by Chris Wilson
· 9 years ago
1515797
drm/i915: Store the active forcewake range table pointer
by Tvrtko Ursulin
· 9 years ago
003342a
drm/i915: Keep track of active forcewake domains in a bitmask
by Tvrtko Ursulin
· 9 years ago
5f12b80
drm/i915: Unalias obj->phys_handle and obj->userptr
by Chris Wilson
· 9 years ago
16dcdc4
drm/i915: SAGV is not SKL-only, so rename a few things
by Paulo Zanoni
· 9 years ago
61a585d
drm/i915/fbc: disable FBC on FIFO underruns
by Paulo Zanoni
· 9 years ago
f931894
drm/i915/dp: DP audio API changes for MST
by Pandiyan, Dhinakaran
· 9 years ago
efab069
drm/i915: keep declarations in i915_drv.h
by Jani Nikula
· 9 years ago
03cdc1d
drm/i915: Store port enum in intel_encoder
by Pandiyan, Dhinakaran
· 9 years ago
6a800ea
drm/i915: Only shrink the unbound objects during freeze
by Chris Wilson
· 9 years ago
d636951
drm/i915: Cleanup instdone collection
by Ben Widawsky
· 9 years ago
6e05f3d
drm/i915: Update DRIVER_DATE to 20160919
by Daniel Vetter
· 9 years ago
6f3fff6
drm/i915: Add ddb size field to device info structure
by Deepak M
· 9 years ago
b20e3cf
drm/i915: clarify PMINTRMSK/pm_intr_keep usage
by Dave Gordon
· 9 years ago
a2bc469
drm/i915: Prepare object synchronisation for asynchronicity
by Chris Wilson
· 9 years ago
821ed7d
drm/i915: Update reset path to fix incomplete requests
by Chris Wilson
· 9 years ago
780f262
drm/i915: Replace wait-on-mutex with wait-on-bit in reset worker
by Chris Wilson
· 9 years ago
221fe79
drm/i915: Perform a direct reset of the GPU from the waiter
by Chris Wilson
· 9 years ago
ea746f3
drm/i915: Expand bool interruptible to pass flags to i915_wait_request()
by Chris Wilson
· 9 years ago
8af29b0
drm/i915: Separate out reset flags from the reset counter
by Chris Wilson
· 9 years ago
3d810fb
drm/i915: Move HAS_GUC definition to platform definition
by Carlos Santa
· 9 years ago
3177659
drm/i915: Make HWS_NEEDS_PHYSICAL the exception
by Carlos Santa
· 9 years ago
804b871
drm/i915: Move HAS_GMCH_DISPLAY definition to platform
by Carlos Santa
· 9 years ago
ca9c452
drm/i915: Move HAS_L3_DPF definition to platform definition
by Carlos Santa
· 9 years ago
4586f1d
drm/i915: Move HAS_LOGICAL_RING_CONTEXTS definition to platform
by Carlos Santa
· 9 years ago
e1a52536
drm/i915: Move HAS_HW_CONTEXTS definition to platform
by Carlos Santa
· 9 years ago
b355f10
drm/i915: Move HAS_GMBUS_IRQ definition to platform definition
by Carlos Santa
· 9 years ago
Next »