Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
f51455d442c0fa97e4600960f19bf23b66f0b386
/
drivers
/
gpu
/
drm
f51455d
drm/i915: Replace 4096 with PAGE_SIZE or I915_GTT_PAGE_SIZE
by Chris Wilson
· 8 years ago
2a20d6f
drm/i915: Rename i915_gem_engine_cleanup() to engine_set_wedged()
by Chris Wilson
· 8 years ago
3cd9442
drm/i915: Mark all incomplete requests as -EIO when wedged
by Chris Wilson
· 8 years ago
3c1b284
drm/i915: Set an error status for a resubmitted request
by Chris Wilson
· 8 years ago
c0d5f32
drm/i915: Set guilty-flag on fence after detecting a hang
by Chris Wilson
· 8 years ago
2edc6e0
drm/i915: Consolidate reset_request()
by Chris Wilson
· 8 years ago
246ee52
drm/i915: Put "cooked" vlank counters in frame CRC lines
by Tomeu Vizoso
· 8 years ago
8c6b709
drm/i915: Use new CRC debugfs API
by Tomeu Vizoso
· 8 years ago
05adb18
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued
by Daniel Vetter
· 8 years ago
957870f
drm/i915: Split out i915_gem_object_set_tiling()
by Chris Wilson
· 8 years ago
111dbca
drm/i915: Include ioctl in set-tiling and get-tiling function names
by Chris Wilson
· 8 years ago
8201c1f
drm/i915: Clip the partial view against the object not vma
by Chris Wilson
· 8 years ago
2d4281b
drm/i915: Extract compute_partial_view()
by Chris Wilson
· 8 years ago
254e093
drm/i915/glk: Convert a few more IS_BROXTON() to IS_GEN9_LP()
by Michel Thierry
· 8 years ago
b9fd799
drm/i915/glk: Add missing bits to allow runtime pm suspend on GLK.
by Rodrigo Vivi
· 8 years ago
dbb28b5
drm/i915/DMC/GLK: Load DMC on GLK
by Anusha Srivatsa
· 8 years ago
91d4e0aa
drm/i915: Move ggtt fence/alignment to i915_gem_tiling.c
by Chris Wilson
· 8 years ago
cea84d1
drm/i915: Remove the rounding down of the gen4+ fence region
by Chris Wilson
· 8 years ago
944397f
drm/i915: Store required fence size/alignment for GGTT vma
by Chris Wilson
· 8 years ago
0d4e8f1
drm/i915: Replace WARNs in fence register writes with extensive asserts
by Chris Wilson
· 8 years ago
5b30694
drm/i915: Align GGTT sizes to a fence tile row
by Chris Wilson
· 8 years ago
6649a0b
drm/i915: Extract tile_row_size for fencing
by Chris Wilson
· 8 years ago
282d0a3
Merge tag 'drm-misc-next-2017-01-09' of git://anongit.freedesktop.org/git/drm-misc into drm-next
by Dave Airlie
· 8 years ago
5c37daf
Merge tag 'drm-intel-next-2017-01-09' of git://anongit.freedesktop.org/git/drm-intel into drm-next
by Dave Airlie
· 8 years ago
9e65a37
drm/i915: don't open code the pdpe/pml4e clearing
by Matthew Auld
· 8 years ago
5684310
drm/i915: s/gen8_setup_page_directory_pointer/gen8_setup_pml4e/
by Matthew Auld
· 8 years ago
5c693b2
drm/i915: s/gen8_setup_page_directory/gen8_setup_pdpe/
by Matthew Auld
· 8 years ago
011cda5
drm: fix compilations issues introduced by "drm: allow to use mmuless SoC"
by Benjamin Gaignard
· 8 years ago
11b3c20
drm: Change the return type of the unload hook to void
by Gabriel Krisman Bertazi
· 8 years ago
931c670
drm: add more document for drm_crtc_from_index()
by Shawn Guo
· 8 years ago
a09759e
drm: remove useless parameters from drm_pick_cmdline_mode function
by Vincent Abriou
· 8 years ago
5d799ac
drm/i915: Update DRIVER_DATE to 20170109
by Daniel Vetter
· 8 years ago
3806a27
Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm-misc into drm-next
by Dave Airlie
· 8 years ago
5824f92
Merge tag 'vfio-v4.10-rc3' of git://github.com/awilliam/linux-vfio
by Linus Torvalds
· 8 years ago
2fd8774
Merge branch 'stable/for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb
by Linus Torvalds
· 8 years ago
7453c54
swiotlb: Export swiotlb_max_segment to users
by Konrad Rzeszutek Wilk
· 8 years ago
b42a13d
drm/i915: Drain freed objects for mmap space exhaustion
by Chris Wilson
· 8 years ago
1a292fa
drm/i915: Purge loose pages if we run out of DMA remap space
by Chris Wilson
· 8 years ago
10466d2
drm/i915: Fix phys pwrite for struct_mutex-less operation
by Chris Wilson
· 8 years ago
984ff29f
drm/i915: Simplify testing for am-I-the-kernel-context?
by Chris Wilson
· 8 years ago
e8f9ae9
drm/i915: Use range_overflows()
by Chris Wilson
· 8 years ago
edd1f2f
drm/i915: Use fixed-sized types for stolen
by Chris Wilson
· 8 years ago
46fad80
drm/i915: Use phys_addr_t for the address of stolen memory
by Chris Wilson
· 8 years ago
c4d3ae6
drm/i915: Consolidate checks for memcpy-from-wc support
by Chris Wilson
· 8 years ago
9f54742
drm: crc: Call wake_up_interruptible() each time there is a new CRC entry
by Benjamin Gaignard
· 8 years ago
62a0d98
drm: allow to use mmuless SoC
by Benjamin Gaignard
· 8 years ago
99c48e1
drm: compile drm_vm.c only when needed
by Benjamin Gaignard
· 8 years ago
7ec73b7
drm/i915: Only skip requests once a context is banned
by Chris Wilson
· 8 years ago
b716393
drm/i915: Move a few more utility macros to i915_utils.h
by Chris Wilson
· 8 years ago
121dfbb
drm/i915: Clear ret before unbinding in i915_gem_evict_something()
by Chris Wilson
· 8 years ago
db9309a
drm/i915/guc: Exclude the upper end of the Global GTT for the GuC
by Chris Wilson
· 8 years ago
40b326e
drm/i915: Move a few utility macros into a separate header
by Chris Wilson
· 8 years ago
f3b8f91
drm/i915/execlists: Reorder execlists register enabling
by Chris Wilson
· 8 years ago
56f6e0a
drm/i915: Assert that we do create the deferred context
by Chris Wilson
· 8 years ago
d51dafa
drm/i915: Assert all timeline requests are gone before fini
by Chris Wilson
· 8 years ago
e8fa567
drm: crc: Wait for a frame before returning from open()
by Tomeu Vizoso
· 8 years ago
1aa81be
drm: Move locking into drm_debugfs_crtc_crc_add
by Tomeu Vizoso
· 8 years ago
88017bd0
drm/imx: imx-tve: Remove unused variable
by Fabio Estevam
· 8 years ago
00bd617
Revert "drm: nouveau: fix build when LEDS_CLASS=m"
by Daniel Vetter
· 8 years ago
b3ba3f6
drm: Add kernel-doc for drm_crtc_commit_get/put
by Daniel Vetter
· 8 years ago
b1ed35d
drm/i915: Revoke fenced GTT mmapings across GPU reset
by Chris Wilson
· 8 years ago
fd7d6c5
drm/i915: enable FBC on gen9+ too
by Paulo Zanoni
· 8 years ago
98b2f01
drm/i915: actually drive the BDW reserved IDs
by Paulo Zanoni
· 8 years ago
76fede2
drm/atomic: Fix outdated comment.
by Maarten Lankhorst
· 8 years ago
ef426c1
Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm-misc into drm-intel-next-queued
by Daniel Vetter
· 8 years ago
a402eae
Merge tag 'v4.10-rc2' into drm-intel-next-queued
by Daniel Vetter
· 8 years ago
24835e4
drm: reference count event->completion
by Daniel Vetter
· 8 years ago
7800fb6
drm/i915: Update comment that sets I915_MODE_FLAG_INHERITED
by Daniel Vetter
· 8 years ago
4b0ea93
gpu: drm: mgag200: mgag200_main:- Handle error from pci_iomap
by Arvind Yadav
· 8 years ago
a5ad0fd
drm: nouveau: fix build when LEDS_CLASS=m
by Randy Dunlap
· 8 years ago
0bf0230
drm/i915: Initialize num_scalers for skl and glk too
by Ander Conselvan de Oliveira
· 8 years ago
c9efef7
drm/i915: Update comment in vlv_set_rps_idle()
by Chris Wilson
· 8 years ago
bae3fdc
drm/i915/guc: Make intel_guc_recv static.
by Michal Wajdeczko
· 8 years ago
2471eb5
drm/i915: Prevent timeline updates whilst performing reset
by Chris Wilson
· 8 years ago
64d1461
drm/i915: Silence allocation failure during sg_trim()
by Chris Wilson
· 8 years ago
c3f923b
drm/i915: Don't clflush before release phys object
by Chris Wilson
· 8 years ago
9169757
drm/i915: Fix oops in overlay due to frontbuffer tracking
by Ville Syrjälä
· 8 years ago
b72eb5f
drm/i915: Fix oopses in the overlay code due to i915_gem_active stuff
by Ville Syrjälä
· 8 years ago
a6d3e7d
drm/i915: Initialize overlay->last_flip properly
by Ville Syrjälä
· 8 years ago
00b2b72
drm/i915: Move the min_pixclk[] handling to the end of readout
by Ville Syrjälä
· 8 years ago
8581f1b
drm/i915: Force VDD off on the new power seqeuencer before starting to use it
by Ville Syrjälä
· 8 years ago
23c4cfb
drm/edid: constify edid quirk list
by Jani Nikula
· 8 years ago
1c74eea
drm/i915: Move number of scalers initialization to runtime init
by Nabendu Maiti
· 8 years ago
8e45ac1
drm/i915: Move intel_atomic_get_shared_dpll_state() to intel_dpll_mgr.c
by Ander Conselvan de Oliveira
· 8 years ago
4541d31
drm/bridge: Use recommened kerneldoc for struct member refs
by Daniel Vetter
· 8 years ago
fe88d12
drm/i915: Drop kerneldoc markup from non-kerneldoc enum drrs_refresh_rate_type
by Chris Wilson
· 8 years ago
6095868
drm/i915: Complete kerneldoc for struct i915_gem_context
by Chris Wilson
· 8 years ago
a73c7a4
drm/i915: Fix kerneldoc for i915_gem_object_pin_map()
by Chris Wilson
· 8 years ago
7a5580a
drm/i915: Move assert of page pin vs bind count into i915_vma_unbind
by Chris Wilson
· 8 years ago
421242a
drm/cma-helpers: Use recommened kerneldoc for struct member refs
by Daniel Vetter
· 8 years ago
b112481
drm/cma-helper: simplify setup for drivers with ->dirty callbacks
by Daniel Vetter
· 8 years ago
7357f89
drm/armada: Fix compile fail
by Daniel Vetter
· 8 years ago
433e404
drm/armada: s/drm_mm_dump_table/drm_mm_print/
by Chris Wilson
· 8 years ago
99e3123
vfio-mdev: Make mdev_device private and abstract interfaces
by Alex Williamson
· 8 years ago
9372e6fe
vfio-mdev: Make mdev_parent private
by Alex Williamson
· 8 years ago
4293055
vfio-mdev: de-polute the namespace, rename parent_device & parent_ops
by Alex Williamson
· 8 years ago
6098909
drm: Avoid NULL dereference of drm_device.dev
by Chris Wilson
· 8 years ago
824387b
drm/atomic-helpers: Remove outdated comment
by Daniel Vetter
· 8 years ago
5edbfc4
drm/rect: Fix formatting of example code
by Daniel Vetter
· 8 years ago
ea0dd85
drm/doc: use preferred struct reference in kernel-doc
by Daniel Vetter
· 8 years ago
Next »