Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
9304af1b9ffa95dcb37d642852f8c67b98ea349a
/
drivers
/
gpu
/
drm
/
i915
/
i915_drv.h
25fd91d
drm: i915: fix build when DEBUG_FS is disabled
by Linus Torvalds
· 8 years ago
f15f6ca
drm/i915/gen9: Add WaInPlaceDecompressionHang
by Mika Kuoppala
· 8 years ago
84c8e09
drm/i915: Enable polling when we don't have hpd
by Lyude
· 8 years ago
21842ea
drm/i915/vlv: Disable HPD in valleyview_crt_detect_hotplug()
by Lyude
· 8 years ago
0b2c058
drm/i915: Update DRIVER_DATE to 20160711
by Daniel Vetter
· 8 years ago
48f112f
drm/i915: Fill unused GGTT with scratch pages for VT-d
by Chris Wilson
· 8 years ago
22dea0b
drm/i915: Introduce Kabypoint PCH for Kabylake H/DT.
by Rodrigo Vivi
· 8 years ago
aca34b6
drm/i915: Group the irq breadcrumb variables into the same cacheline
by Chris Wilson
· 8 years ago
99fe4a5
drm/i915: Wake up the bottom-half if we steal their interrupt
by Chris Wilson
· 8 years ago
91c8a32
drm/i915: Convert dev_priv->dev backpointers to dev_priv->drm
by Chris Wilson
· 8 years ago
94b4f3b
drm/i915: Split out runtime configuration of device info to its own file
by Chris Wilson
· 8 years ago
af1346a
drm/i915: Explicitly convert some macros to boolean values
by Tvrtko Ursulin
· 8 years ago
6f8be28
Revert "drm/i915/kbl: drm/i915: Avoid GuC loading for now on Kabylake."
by Peter Antoine
· 8 years ago
bc3d674
drm/i915: Allow userspace to request no-error-capture upon GPU hangs
by Chris Wilson
· 8 years ago
7b4d3a1
drm/i915: Remove stop-rings debugfs interface
by Chris Wilson
· 8 years ago
67d97da
drm/i915: Only start retire worker when idle
by Chris Wilson
· 8 years ago
b385085
drm/i915: Embed signaling node into the GEM request
by Chris Wilson
· 8 years ago
c81d461
drm/i915: Convert trace-irq to the breadcrumb waiter
by Chris Wilson
· 8 years ago
3d5564e
drm/i915: Only apply one barrier after a breadcrumb interrupt is posted
by Chris Wilson
· 8 years ago
7ec2c73
drm/i915: Check the CPU cached value in HWS of seqno after waking the waiter
by Chris Wilson
· 8 years ago
1b7744e
drm/i915: Use HWS for seqno tracking everywhere
by Chris Wilson
· 8 years ago
f69a02c
drm/i915: Spin after waking up for an interrupt
by Chris Wilson
· 8 years ago
688e6c7
drm/i915: Slaughter the thundering i915_wait_request herd
by Chris Wilson
· 8 years ago
1f15b76
drm/i915: Separate GPU hang waitqueue from advance
by Chris Wilson
· 8 years ago
26a02b8
drm/i915: Make queueing the hangcheck work inline
by Chris Wilson
· 8 years ago
7774002
drm/i915: Remove the dedicated hangcheck workqueue
by Chris Wilson
· 8 years ago
76f8421
drm/i915: Perform Sandybridge BSD tail write under the forcewake
by Chris Wilson
· 8 years ago
1758b90
drm/i915: Use a hybrid scheme for fast register waits
by Chris Wilson
· 8 years ago
0c5eed6
drm/i915: Remove request->reset_counter
by Chris Wilson
· 8 years ago
bdaa2df
drm/i915: fix build errors when ACPI is not enabled
by Randy Dunlap
· 8 years ago
6e5a5be
drm/i915: Split idling from forcing context switch
by Chris Wilson
· 8 years ago
0cb26a8
drm/i915: Move legacy kernel context pinning to intel_ringbuffer.c
by Chris Wilson
· 8 years ago
0673ad4
drm/i915: Merge i915_dma.c into i915_drv.c
by Chris Wilson
· 8 years ago
091387c
drm/i915: Start exploiting drm_device subclassing
by Chris Wilson
· 8 years ago
2e5673e
drm/i915: Remove redundant drm_connector_register_all()
by Chris Wilson
· 8 years ago
8f460e2
drm/i915: Demidlayer driver loading
by Chris Wilson
· 8 years ago
1dac891
drm/i915: Register debugfs interface last
by Chris Wilson
· 8 years ago
843152b
drm/i915: Move connector registration to driver registration
by Chris Wilson
· 8 years ago
1ebaa0b
drm/i915: Move backlight registration to connector registration
by Chris Wilson
· 8 years ago
a19d6ff
drm/i915: Small compaction of the engine init code
by Tvrtko Ursulin
· 8 years ago
10bb667
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued
by Daniel Vetter
· 8 years ago
9da1030
Merge tag 'drm-intel-next-2016-06-20' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 8 years ago
3b96a0b
drm: document drm_auth.c
by Daniel Vetter
· 8 years ago
6125151
drm/i915/guc: Remove one unnecessary variable
by Tvrtko Ursulin
· 8 years ago
aeecc96
drm/i915: use ORIGIN_CPU for frontbuffer invalidation on WC mmaps
by Chris Wilson
· 8 years ago
b9bcd14
drm/i915: Extract checking for backing struct pages to a helper
by Chris Wilson
· 8 years ago
a02b010
drm/i915: Update DRIVER_DATE to 20160620
by Daniel Vetter
· 8 years ago
c191eca
drm/i915: Move intel_connector->unregister to connector->early_unregister
by Chris Wilson
· 8 years ago
c8c3579
drm/i915: Introduce GVT context creation API
by Zhi Wang
· 8 years ago
80a9a8d
drm/i915: Support LRC context single submission
by Zhi Wang
· 8 years ago
3c7ba63
drm/i915: Introduce execlist context status change notification
by Zhi Wang
· 8 years ago
c01fc53
drm/i915: Make addressing mode bits in context descriptor configurable
by Zhi Wang
· 8 years ago
bcd794c
drm/i915: Make ring buffer size of a LRC context configurable
by Zhi Wang
· 8 years ago
0ad35fe
drm/i915: gvt: Introduce the basic architecture of GVT-g
by Zhi Wang
· 8 years ago
33e141e
drm/i915:bxt: Enable Pooled EU support
by arun.siluvery@linux.intel.com
· 8 years ago
341be1c
drm/i915: Introduce i915_gem_object_get_dma_address()
by Chris Wilson
· 8 years ago
fe90581
drm/i915/kbl: Add WaDisableLSQCROPERFforOCL
by Mika Kuoppala
· 8 years ago
c033a37
drm/i915/kbl: Add REVID macro
by Mika Kuoppala
· 8 years ago
22f35042
drm/i915: Check VBT for port presence in addition to the strap on VLV/CHV
by Ville Syrjälä
· 8 years ago
1750d59
drm/i915: Update DRIVER_DATE to 20160606
by Daniel Vetter
· 8 years ago
5599617
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued
by Daniel Vetter
· 8 years ago
66fd7a6
Merge branch 'drm-intel-next' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 8 years ago
e42aeef
drm/i915: Revert async unpin and nonblocking atomic commit
by Daniel Vetter
· 8 years ago
1800ad2
drm/i915: Update GEN6_PMINTRMSK setup with GuC enabled
by Sagar Arun Kamble
· 8 years ago
7fa1d27
Merge tag 'drm-intel-next-fixes-2016-05-25' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 8 years ago
5a21b66
drm/i915: Revert async unpin and nonblocking atomic commit
by Daniel Vetter
· 8 years ago
8d59bc6
drm/i915: Rearrange i915_gem_context
by Chris Wilson
· 8 years ago
bca44d8
drm/i915: Merge legacy+execlists context structs
by Chris Wilson
· 8 years ago
0ca5fa3
drm/i915: Put the kernel_context in drm_i915_private next to its friends
by Chris Wilson
· 8 years ago
9021ad0
drm/i915: Name the inner most per-engine intel_context struct
by Chris Wilson
· 8 years ago
ca585b5
drm/i915: Rename and inline i915_gem_context_get()
by Chris Wilson
· 8 years ago
499f269
drm/i915: Apply lockdep annotations to i915_gem_context.c
by Chris Wilson
· 8 years ago
e2efd13
drm/i915: Rename struct intel_context
by Chris Wilson
· 8 years ago
1d6da87
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 8 years ago
709e05c
drm/i915: Store cdclk PLL reference clock under dev_priv
by Ville Syrjälä
· 9 years ago
63911d7
drm/i915: Rename skl_vco_freq to cdclk_pll.vco
by Ville Syrjälä
· 9 years ago
b204535
drm/i915: Keep track of preferred cdclk vco frequency on SKL
by Ville Syrjälä
· 9 years ago
c89e39f
drm/i915/skl: SKL CDCLK change on modeset tracking VCO
by Clint Taylor
· 9 years ago
03d92e4
drm/i915/opregion: Rename init/fini functions to register/unregister
by Chris Wilson
· 9 years ago
6f9f4b7
drm/i915/opregion: Convert to using native drm_i915_private
by Chris Wilson
· 9 years ago
1a3d189
drm/i915/guc: distinguish HAS_GUC() from HAS_GUC_UCODE/HAS_GUC_SCHED
by Dave Gordon
· 9 years ago
55d7f30
drm/i915: Determine DP++ type 1 DVI adaptor presence based on VBT
by Ville Syrjälä
· 9 years ago
9cce443
drm/i915: Update DRIVER_DATE to 20160522
by Daniel Vetter
· 9 years ago
63d1532
drm/i915: Inline sg_next() for the optimised SGL iterator
by Dave Gordon
· 9 years ago
85d1225
drm/i915: Introduce & use new lightweight SGL iterators
by Dave Gordon
· 9 years ago
72778cb
drm/i915/userptr: Convert to drm_i915_private
by Chris Wilson
· 9 years ago
2ee004f
drm/i915: Remove queue_flip pointer.
by Maarten Lankhorst
· 9 years ago
6885843
drm/i915: Convert flip_work to a list.
by Maarten Lankhorst
· 9 years ago
461fb99
drm/i915: Update domain tracking for GEM objects on hibernation
by Chris Wilson
· 9 years ago
5b48374
drm/i915: Remove wm_config from dev_priv/intel_atomic_state
by Matt Roper
· 9 years ago
2b4b9f3
drm/i915/gen9: Use a bitmask to track dirty pipe watermarks
by Matt Roper
· 9 years ago
98d3949
drm/i915/gen9: Compute DDB allocation at atomic check time (v4)
by Matt Roper
· 9 years ago
279e99d
drm/i915: Add distrust_bios_wm flag to dev_priv (v2)
by Matt Roper
· 9 years ago
c107acf
drm/i915/gen9: Allow skl_allocate_pipe_ddb() to operate on in-flight state (v3)
by Matt Roper
· 9 years ago
d538704
drm/i915: Move get-reset-stats ioctl from intel_uncore.c to i915_gem_context.c
by Chris Wilson
· 9 years ago
ac657f6
drm/i915: Introduce IS_GEN macro
by Tvrtko Ursulin
· 9 years ago
ac208a8
drm/i915: Do not use a bitfield for INTEL_INFO->num_pipes
by Tvrtko Ursulin
· 9 years ago
7e22dbb
drm/i915: Replace "INTEL_INFO->gen == x" checks with IS_GENx
by Tvrtko Ursulin
· 9 years ago
ab0d24a
drm/i915: Promote IS_BROADWELL to a simple macro
by Tvrtko Ursulin
· 9 years ago
ae5702d
drm/i915: Make IS_GENx macros work on a mask
by Tvrtko Ursulin
· 9 years ago
Next »