Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
bafb0fced98c7c135389b455faab380beac47ccc
/
drivers
/
gpu
/
drm
/
i915
/
i915_drv.h
bafb0fc
drm/i915: Make for_each_engine_masked() more compact and quicker
by Chris Wilson
· 8 years ago
4cc6907
drm/i915: Add I915_PARAM_MMAP_GTT_VERSION to advertise unlimited mmaps
by Chris Wilson
· 8 years ago
896e5bb
drm/i915: Move CRTC updating in atomic_commit into it's own hook
by Lyude
· 8 years ago
4a80655
drm/i915: Pass atomic state to crtc enable/disable functions
by Maarten Lankhorst
· 8 years ago
36cdd01
drm/i915: debugfs spring cleaning
by David Weinehall
· 8 years ago
694c282
drm/i915: i915_sysfs.c cleanup
by David Weinehall
· 8 years ago
c49d13e
drm/i915: consistent struct device naming
by David Weinehall
· 8 years ago
351c3b5
drm/i915: cosmetic fixes to i915_drv.h
by David Weinehall
· 8 years ago
656d1b8
drm/i915/skl: Add support for the SAGV, fix underrun hangs
by Lyude
· 8 years ago
d5d0804
drm/i915: Update DRIVER_DATE to 20160822
by Daniel Vetter
· 8 years ago
c58305a
drm/i915: Use remap_io_mapping() to prefault all PTE in a single pass
by Chris Wilson
· 8 years ago
0be8115
drm/i915: Reattach comment, complete type specification
by Dave Gordon
· 8 years ago
7756e45
drm/i915/cmdparser: Make initialisation failure non-fatal
by Chris Wilson
· 8 years ago
5034924
drm/i915: Drop ORIGIN_GTT for untracked GTT writes
by Chris Wilson
· 8 years ago
49ef529
drm/i915: Move fence tracking from object to vma
by Chris Wilson
· 8 years ago
a1e5afb
drm/i915: Rename fence.lru_list to link
by Chris Wilson
· 8 years ago
05a20d0
drm/i915: Move map-and-fenceable tracking to the VMA
by Chris Wilson
· 8 years ago
43394c7
drm/i915: Extract i915_gem_obj_prepare_shmem_write()
by Chris Wilson
· 8 years ago
4b30cb2
drm/i915: vfree() no longer ignores the low bits of the address
by Chris Wilson
· 8 years ago
600f436
drm/i915: Unconditionally flush any chipset buffers before execbuf
by Chris Wilson
· 8 years ago
21a2c58
drm/i915: Record the RING_MODE register for post-mortem debugging
by Chris Wilson
· 8 years ago
03382df
drm/i915: Print the batchbuffer offset next to BBADDR in error state
by Chris Wilson
· 8 years ago
c84455b
drm/i915: Move debug only per-request pid tracking from request to ctx
by Chris Wilson
· 8 years ago
bde13eb
drm/i915: Introduce i915_ggtt_offset()
by Chris Wilson
· 8 years ago
058d88c
drm/i915: Track pinned VMA
by Chris Wilson
· 8 years ago
51d545d
drm/i915: Use VMA as the primary tracker for semaphore page
by Chris Wilson
· 8 years ago
bf3783e
drm/i915: Use VMA as the primary object for context state
by Chris Wilson
· 8 years ago
624192c
drm/i915: Add convenience wrappers for vma's object get/put
by Chris Wilson
· 8 years ago
78ef2d9
drm/i915: Add fetch_and_zero() macro
by Chris Wilson
· 8 years ago
2bd160a
drm/i915: Reduce i915_gem_objects to only show object information
by Chris Wilson
· 8 years ago
c0ce466
drm/i915: Reduce amount of duplicate buffer information captured on error
by Chris Wilson
· 8 years ago
d045446
drm/i915: Record the position of the start of the request
by Chris Wilson
· 8 years ago
0b1de5d
drm/i915: Use SSE4.1 movntdqa to accelerate reads from WC memory
by Chris Wilson
· 8 years ago
d31d7cb
drm/i915: Support for creating write combined type vmaps
by Chris Wilson
· 8 years ago
c1bb114
drm/i915: Store number of active engines in device info
by Tvrtko Ursulin
· 8 years ago
eebb40e
drm/i915: Remove LVDS and PPS suspend time save/restore
by Imre Deak
· 8 years ago
44cb734
drm/i915: Merge the PPS register definitions
by Imre Deak
· 8 years ago
dbd6ef2
drm/i915: Use RCU to annotate and enforce protection for breadcrumb's bh
by Chris Wilson
· 8 years ago
7397489
drm/i915: Fix modeset handling during gpu reset, v5.
by Maarten Lankhorst
· 8 years ago
c5b7e97
drm/i915: Update DRIVER_DATE to 20160808
by Daniel Vetter
· 8 years ago
3e510a8
drm/i915: Repack fence tiling mode and stride into a single integer
by Chris Wilson
· 8 years ago
9ad3676
drm/i915: Remove locking for get_tiling
by Chris Wilson
· 8 years ago
3b4e896
drm/i915: Remove unused no-shrinker-steal
by Chris Wilson
· 8 years ago
dcff85c
drm/i915: Enable i915_gem_wait_for_idle() without holding struct_mutex
by Chris Wilson
· 8 years ago
90f4fcd
drm/i915: Remove forced stop ring on suspend/unload
by Chris Wilson
· 8 years ago
573adb3
drm/i915: Move obj->active:5 to obj->flags
by Chris Wilson
· 8 years ago
faf5bf0
drm/i915: Use atomics to manipulate obj->frontbuffer_bits
by Chris Wilson
· 8 years ago
b5add95
drm/i915: Make fb_tracking.lock a spinlock
by Chris Wilson
· 8 years ago
de89508
drm/i915: Remove highly confusing i915_gem_obj_ggtt_pin()
by Chris Wilson
· 8 years ago
59bfa12
drm/i915: Start passing around i915_vma from execbuffer
by Chris Wilson
· 8 years ago
a9f1481
drm/i915: Update i915_gem_get_ggtt_size/_alignment to use drm_i915_private
by Chris Wilson
· 8 years ago
ad1a7d2
drm/i915: Update the GGTT size/alignment query functions
by Chris Wilson
· 8 years ago
91b2db6
drm/i915: Pad GTT views of exec objects up to user specified size
by Chris Wilson
· 8 years ago
2ffffd0
drm/i915: Fix up vma alignment to be u64
by Chris Wilson
· 8 years ago
0340d9f
drm/i915: Remove request retirement before each batch
by Chris Wilson
· 8 years ago
e522ac2
drm/i915: Remove surplus drm_device parameter to i915_gem_evict_something()
by Chris Wilson
· 8 years ago
df0e9a2
Revert "drm/i915: Clean up associated VMAs on context destruction"
by Chris Wilson
· 8 years ago
50e046b
drm/i915: Mark the context and address space as closed
by Chris Wilson
· 8 years ago
b1f788c
drm/i915: Release vma when the handle is closed
by Chris Wilson
· 8 years ago
5cf3d28
drm/i915: i915_vma_move_to_active prep patch
by Chris Wilson
· 8 years ago
fa545cb
drm/i915: Refactor activity tracking for requests
by Chris Wilson
· 8 years ago
381f371
drm/i915: Introduce i915_gem_active for request tracking
by Chris Wilson
· 8 years ago
aa653a6
drm/i915: Be more careful when unbinding vma
by Chris Wilson
· 8 years ago
15717de
drm/i915: Count how many VMA are bound for an object
by Chris Wilson
· 8 years ago
2bfa996
drm/i915: Store owning file on the i915_address_space
by Chris Wilson
· 8 years ago
ddf07be
drm/i915: Simplify calling engine->sync_to
by Chris Wilson
· 8 years ago
5b043f4
drm/i915: Unify legacy/execlists submit_execbuf callbacks
by Chris Wilson
· 8 years ago
8e63717
drm/i915: Simplify request_alloc by returning the allocated request
by Chris Wilson
· 8 years ago
7e37f88
drm/i915: Rename struct intel_ringbuffer to struct intel_ring
by Chris Wilson
· 8 years ago
dca33ec
drm/i915: Rename intel_context[engine].ringbuf
by Chris Wilson
· 8 years ago
6361f4b
drm/i915: Avoid using intel_engine_cs *ring for GPU error capture
by Chris Wilson
· 8 years ago
c80ff16
drm/i915: Use engine to refer to the user's BSD intel_engine_cs
by Chris Wilson
· 8 years ago
33a051a
drm/i915/cmdparser: Remove stray intel_engine_cs *ring
by Chris Wilson
· 8 years ago
d2b9448
drm/i915: Update DRIVER_DATE to 20160725
by Daniel Vetter
· 8 years ago
54b4f68
Revert "drm/i915: Enable RC6 immediately"
by Chris Wilson
· 8 years ago
b12e0ee
drm/i915: Enable RC6 immediately
by Chris Wilson
· 8 years ago
4ba9c1f
drm/i915/gen9: Add WaInPlaceDecompressionHang
by Mika Kuoppala
· 8 years ago
39df919
drm/i915: Convert i915_semaphores_is_enabled over to early sanitize
by Chris Wilson
· 8 years ago
34911fd
drm/i915: Rename drm_gem_object_unreference_unlocked in preparation for lockless free
by Chris Wilson
· 8 years ago
f8c417c
drm/i915: Rename drm_gem_object_unreference in preparation for lockless free
by Chris Wilson
· 8 years ago
25dc556
drm/i915: Wrap drm_gem_object_reference in i915_gem_object_get
by Chris Wilson
· 8 years ago
03ac064
drm/i915: Wrap drm_gem_object_lookup in i915_gem_object_lookup
by Chris Wilson
· 8 years ago
9a6feaf
drm/i915: Rename i915_gem_context_reference/unreference()
by Chris Wilson
· 8 years ago
197be2a
drm/i915: Disable waitboosting for mmioflips/semaphores
by Chris Wilson
· 8 years ago
05235c5
drm/i915: Move GEM request routines to i915_gem_request.c
by Chris Wilson
· 8 years ago
5ab57c7
drm/i915: Flush logical context image out to memory upon suspend
by Chris Wilson
· 8 years ago
945657b
drm/i915/evict: Always switch away from the current context
by Chris Wilson
· 8 years ago
19625e8
drm/i915: Enable polling when we don't have hpd
by Lyude
· 8 years ago
b236d7c8
drm/i915/vlv: Disable HPD in valleyview_crt_detect_hotplug()
by Lyude
· 8 years ago
b7137e0
drm/i915: Defer enabling rc6 til after we submit the first batch/context
by Chris Wilson
· 8 years ago
29ecd78d
drm/i915: Define a separate variable and control for RPS waitboost frequency
by Chris Wilson
· 8 years ago
8b3e2d3
drm/i915: Unify engine init loop
by Tvrtko Ursulin
· 8 years ago
8d35acb
drm/i915: Provide argument names for static stubs
by Chris Wilson
· 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
Next »