Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
338aade97c061da0403dbb00128d938782f30dbd
/
drivers
/
gpu
/
drm
/
i915
338aade
drm/i915/gt: Convert timeline tracking to spinlock
by Chris Wilson
· 5 years ago
531958f
drm/i915/gt: Track timeline activeness in enter/exit
by Chris Wilson
· 5 years ago
62520e3
drm/i915: Move tasklet kicking to __i915_request_queue caller
by Chris Wilson
· 5 years ago
845f7f7
drm/i915/icl: Add gen11 specific render breadcrumbs
by Mika Kuoppala
· 5 years ago
8a8b540
drm/i915/icl: Add command cache invalidate
by Mika Kuoppala
· 5 years ago
cfba6bd
drm/i915/icl: Implement gen11 flush including tile cache
by Mika Kuoppala
· 5 years ago
6f6333b
drm/i915/selftest/buddy: fixup igt_buddy_alloc_range
by Matthew Auld
· 5 years ago
88f8065
drm/i915: Convert a few more bland dmesg info to be device specific
by Chris Wilson
· 5 years ago
f130b71
drm/i915: Serialise read/write of the barrier's engine
by Chris Wilson
· 5 years ago
b26496a
drm/i915: Print CCID for all renderCS
by Stuart Summers
· 5 years ago
5f889b9
drm/i915: Disregard drm_mode_config.fb_base
by Chris Wilson
· 5 years ago
a4eb99a
drm/i915: Include engine->mmio_base in the debug dump
by Chris Wilson
· 5 years ago
0b08ae0
drm/i915/guc: Remove client->submissions
by Daniele Ceraolo Spurio
· 5 years ago
be6133b
drm/i915: Update DRIVER_DATE to 20190813
by Rodrigo Vivi
· 5 years ago
270b999
drm/i915: Add _TRANS2()
by José Roberto de Souza
· 5 years ago
46c63d2
drm/i915/bdw+: Move misc display IRQ handling to it own function
by José Roberto de Souza
· 5 years ago
710bb9c
Merge tag 'gvt-next-2019-08-13' of https://github.com/intel/gvt-linux into drm-intel-next-queued
by Rodrigo Vivi
· 5 years ago
3a0f160
drm/i915/gt: Save/restore interrupts around breadcrumb disable
by Chris Wilson
· 5 years ago
a79ca65
drm/i915: Push the wakeref->count deferral to the backend
by Chris Wilson
· 5 years ago
1cdd870
drm/i915/tgl: Fix missing parentheses on TGL_TRANS_DDI_FUNC_CTL_VAL_TO_PORT
by José Roberto de Souza
· 5 years ago
220b65d
drm/i915/gvt: Double check batch buffer size after copy
by Tina Zhang
· 5 years ago
00a33be
drm/i915/gvt: Add valid length check for MI variable commands
by Gao, Fred
· 5 years ago
1e2adc0
drm/i915/gvt: Add MI command valid length check
by Gao, Fred
· 5 years ago
4f870f1
drm/i915/gvt: Utility for valid command length check
by Gao, Fred
· 5 years ago
8cfbca7
drm/i915/gvt: factor out tlb and mocs register offset table
by Zhi Wang
· 5 years ago
f8871ec
drm/i915/gvt: no need to check return value of debugfs_create functions
by Greg Kroah-Hartman
· 6 years ago
e14006d
drm/i915/gvt: Fix typo of VBLANK_TIMER_PERIOD
by Zhenyu Wang
· 6 years ago
abb042f
drm/i915/uc: Log fw status changes only under debug config
by Michal Wajdeczko
· 5 years ago
5f15c1e
drm/i915/guc: Use a local cancel_port_requests
by Chris Wilson
· 5 years ago
478ffad
drm/i915: drop engine_pin/unpin_breadcrumbs_irq
by Daniele Ceraolo Spurio
· 5 years ago
ee94e0c
drm/i915/guc: keep breadcrumb irq always enabled
by Daniele Ceraolo Spurio
· 5 years ago
a21ce8a
drm/i915/overlay: Switch to using i915_active tracking
by Chris Wilson
· 5 years ago
3d6792c
drm/i915: Forgo last_fence active request tracking
by Chris Wilson
· 5 years ago
cf1c97d
drm/i915: Extract general GT interrupt handlers
by Andi Shyti
· 5 years ago
d762043
drm/i915: Extract GT powermanagement interrupt handling
by Andi Shyti
· 5 years ago
4ecd20c
drm/i915/gt: Use the local engine wakeref when checking RING registers
by Chris Wilson
· 5 years ago
acb9488
drm/i915/selftests: Prevent the timeslice expiring during suppression tests
by Chris Wilson
· 5 years ago
f597625
drm/i915/execlists: Avoid sync calls during park
by Chris Wilson
· 5 years ago
3ea5802
drm/i915/uc: Update copyright and license
by Michal Wajdeczko
· 5 years ago
015341d
drm/i915/tgl: Fixing up list of PG3 power domains.
by Anshuman Gupta
· 5 years ago
2e04dbc
drm/i915/icl: Remove DDI IO power domain from PG3 power domains
by Anshuman Gupta
· 5 years ago
a5f978c
drm/i915/uc: Use -EIO code for GuC initialization failures
by Michal Wajdeczko
· 5 years ago
07587c3
drm/i915/uc: Update messages from fw upload step
by Michal Wajdeczko
· 5 years ago
d8d6e5e
drm/i915/uc: Include HuC firmware version in summary
by Michal Wajdeczko
· 5 years ago
ae7a316
drm/i915/uc: Fail early if there is no GuC fw available
by Michal Wajdeczko
· 5 years ago
9f4dd13
drm/i915: Remove unused debugfs/i915_emon_status
by Chris Wilson
· 5 years ago
14d1b9a
drm/i915: buddy allocator
by Matthew Auld
· 5 years ago
05f219d
drm/i915/blt: support copying objects
by Matthew Auld
· 5 years ago
aaa914c
drm/i915/gtt: disable 2M pages for pre-gen11
by Matthew Auld
· 5 years ago
1feb786
drm/i915/gtt: enable GTT cache by default
by Matthew Auld
· 5 years ago
18851ed
drm/i915/selftests: move gpu-write-dw into utils
by Matthew Auld
· 5 years ago
554e330
drm/i915/blt: bump the size restriction
by Matthew Auld
· 5 years ago
963ad12
drm/i915/blt: don't assume pinned intel_context
by Matthew Auld
· 5 years ago
0a9b263
drm/i915: split out uncore_mmio_debug
by Daniele Ceraolo Spurio
· 5 years ago
72e67f0
drm/i915: Stop reconfiguring our shmemfs mountpoint
by Chris Wilson
· 5 years ago
75d0a7f
drm/i915: Lift timeline into intel_context
by Chris Wilson
· 5 years ago
48ae397
drm/i915: Push the ring creation flags to the backend
by Chris Wilson
· 5 years ago
4c60b1a
drm/i915/gt: Make deferred context allocation explicit
by Chris Wilson
· 5 years ago
72e2777
drm/i915: Remove i915_gem_context_create_gvt()
by Chris Wilson
· 5 years ago
3148310
drm/i915: Drop the fudge warning on ring restart for ctg/elk
by Chris Wilson
· 5 years ago
1a07e86
drm/i915: Generalise BSD default selection
by Chris Wilson
· 5 years ago
6b86f90
drm/i915: Replace global bsd_dispatch_index with random seed
by Chris Wilson
· 5 years ago
d5b2a3a
drm/i915: Check for a second VCS engine more carefully
by Chris Wilson
· 5 years ago
6cd34b1
drm/i915/execlists: Backtrack along timeline
by Chris Wilson
· 5 years ago
3aaf846
drm/i915: Free the imported shmemfs file for phys objects
by Chris Wilson
· 5 years ago
be80bc3
drm/i915: extract i915_gem_shrinker.h from i915_drv.h
by Jani Nikula
· 5 years ago
6401faf
drm/i915: extract gem/i915_gem_stolen.h from i915_drv.h
by Jani Nikula
· 5 years ago
9c9082b
drm/i915: extract i915_memcpy.h from i915_drv.h
by Jani Nikula
· 5 years ago
bdd1510
drm/i915: extract i915_suspend.h from i915_drv.h
by Jani Nikula
· 5 years ago
be68261
drm/i915: extract i915_sysfs.h from i915_drv.h
by Jani Nikula
· 5 years ago
db94e9f
drm/i915: extract i915_perf.h from i915_drv.h
by Jani Nikula
· 5 years ago
358c855
drm/i915: move printing and load error inject to i915_utils.[ch]
by Jani Nikula
· 5 years ago
0a2ecbe
drm/i915: move I915_STATE_WARN() and _ON() to intel_display.h
by Jani Nikula
· 5 years ago
e3adffe
drm/i915: move add_taint_for_CI() to i915_utils.h
by Jani Nikula
· 5 years ago
1c780b6
drm/i915: remove unused dev_priv->no_aux_handshake
by Jani Nikula
· 5 years ago
cd3e058
drm/i915/kvmgt: Use struct_size() helper
by Gustavo A. R. Silva
· 6 years ago
5b5efdf
drm/i915: Make debugfs/per_file_stats scale better
by Chris Wilson
· 5 years ago
c990b4c
drm/i915: Only include active engines in the capture state
by Chris Wilson
· 5 years ago
c7302f2
drm/i915: Defer final intel_wakeref_put to process context
by Chris Wilson
· 5 years ago
cbb153c
drm/i915/selftests: Fixup a missing legacy_idx
by Chris Wilson
· 5 years ago
9749a5b
drm/i915/tgl: Fix the read of the DDI that transcoder is attached to
by José Roberto de Souza
· 5 years ago
6aa3bef
drm/i915: Get transcoder power domain before reading its register
by José Roberto de Souza
· 5 years ago
f1c4d15
drm/i915: Fix up the inverse mapping for default ctx->engines[]
by Chris Wilson
· 5 years ago
3877582
drm/i915: Allocate kernel_contexts directly
by Chris Wilson
· 5 years ago
ca883c3
drm/i915/selftests: Pass intel_context to mock_request
by Chris Wilson
· 5 years ago
32d38e6
drm/i915/tgl/dsi: Enable blanking packets during BLLP for video mode
by Vandita Kulkarni
· 5 years ago
33365fe
drm/i915/tgl: Add mipi dsi support for TGL
by Vandita Kulkarni
· 5 years ago
991d955
drm/i915/tgl/dsi: Gate the ddi clocks after pll mapping
by Vandita Kulkarni
· 5 years ago
7b864f9
drm/i915/tgl/dsi: Do not override TA_SURE
by Vandita Kulkarni
· 5 years ago
960e983
drm/i915/tgl/dsi: Set latency PCS_DW1 for tgl
by Vandita Kulkarni
· 5 years ago
3522a33
drm/i915/tgl/dsi: Program TRANS_VBLANK register
by Vandita Kulkarni
· 5 years ago
707d26d
drm/i915: split out intel_pch.[ch] from i915_drv.[ch]
by Jani Nikula
· 5 years ago
5e0a809
drm/i915/uc: Hardening firmware fetch
by Michal Wajdeczko
· 5 years ago
a0752c8
drm/i915/uc: WOPCM programming errors are not always real
by Michal Wajdeczko
· 5 years ago
d4b2cfb
drm/i915: Make wopcm_to_i915() private
by Michal Wajdeczko
· 5 years ago
7dbd03e
drm/i915: Don't try to partition WOPCM without GuC firmware
by Michal Wajdeczko
· 5 years ago
4157a96
drm/i915/uc: Don't fetch HuC fw if GuC fw fetch already failed
by Michal Wajdeczko
· 5 years ago
2399ab5
drm/i915/uc: HuC firmware can't be supported without GuC
by Michal Wajdeczko
· 5 years ago
12be4a4
drm/i915/uc: Prefer dev_info for reporting options
by Michal Wajdeczko
· 5 years ago
a37f08a
drm/i915/perf: Refactor oa object to better manage resources
by Umesh Nerlige Ramappa
· 5 years ago
Next »