Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
b7268c5eed0ab4f052d614b4b0e3fe8a51c9d5a1
b7268c5
drm/i915: Pack params to engine->schedule() into a struct
by Chris Wilson
· 7 years ago
0c7112a
drm/i915: Rename priotree to sched
by Chris Wilson
· 7 years ago
98ff5c7
drm/i915: Move the priotree struct to its own headers
by Chris Wilson
· 7 years ago
8221229
drm/i915/audio: Fix audio detection issue on GLK
by Gaurav K Singh
· 7 years ago
94f8dfc
drm/i915/selftests: Handle a potential failure of intel_ring_begin
by Oscar Mateo
· 7 years ago
9f172f6
drm/i915: Call i915_perf_fini() on init_hw error unwind
by Chris Wilson
· 7 years ago
f4ecfbf
drm/i915: Check whitelist registers across resets
by Chris Wilson
· 7 years ago
5bbed0b
drm/i915/guc: Remove GUC_CTL_DEVICE_INFO parameter
by Piorkowski, Piotr
· 7 years ago
fadec6e
drm/i915: Update DRIVER_DATE to 20180413
by Jani Nikula
· 7 years ago
61bf971
drm/i915/cnl: Use mmio access to context status buffer
by Mika Kuoppala
· 7 years ago
e53a105
drm/i915/bios: reduce the scope of some local variables in parse_ddi_port()
by Jani Nikula
· 7 years ago
f212bf9
drm/i915/bios: filter out invalid DDC pins from VBT child devices
by Jani Nikula
· 7 years ago
59b449d
drm/i915: Split out functions for different kinds of workarounds
by Oscar Mateo
· 7 years ago
7d3c425
drm/i915: Move a bunch of workaround-related code to its own file
by Oscar Mateo
· 7 years ago
15c83c4
drm/i915/execlists: Set queue priority from secondary port
by Chris Wilson
· 7 years ago
f3aa929
drm/i915/bios: remove duplicated code
by Jani Nikula
· 7 years ago
2924bde
drm/i915/pmu: Inspect runtime PM state more carefully while estimating RC6
by Tvrtko Ursulin
· 7 years ago
2184b3d
drm/i915/guc: Replace %phn with %ph
by Chris Wilson
· 7 years ago
3834dc1
drm/i915: Don't fiddle with rps/rc6 across GPU reset
by Chris Wilson
· 7 years ago
d52ad9c
drm/i915: Add debugfs file to clear FIFO underruns.
by Maarten Lankhorst
· 7 years ago
daeb725
drm/i915/psr: Chase psr.enabled only under the psr.lock
by Chris Wilson
· 7 years ago
1b85147
drm/i915/gen9_lp: Increase DDI PHY0 power well enabling timeout
by Imre Deak
· 7 years ago
8b69449
drm/i915: Remove last references to drm_atomic_get_existing* macros
by Maarten Lankhorst
· 7 years ago
70c7183
drm/i915: Remove get_existing_crtc_state
by Maarten Lankhorst
· 7 years ago
cd27d88
drm/i915: Change use get_new_plane_state instead of existing plane state
by Maarten Lankhorst
· 7 years ago
0c5c7df
drm/i915/execlists: Log fence context & seqno throughout GEM_TRACE
by Tvrtko Ursulin
· 7 years ago
19d3cf0
drm/i915: Enclose for_each_engine_masked macro arguments in parentheses
by Tvrtko Ursulin
· 7 years ago
77224cd
drm/i915: Upscale scaler max scale for NV12
by Chandra Konduru
· 7 years ago
a589b13
drm/i915: Update format_is_yuv() to include NV12
by Chandra Konduru
· 7 years ago
e6e1948
drm/i915: Set scaler mode for NV12
by Chandra Konduru
· 7 years ago
8ed30ab
drm/i915: Enable YUV to RGB for Gen10 in Plane Ctrl Reg
by Vidya Srinivas
· 7 years ago
c4a4efa
drm/i915: Display WA 827
by Vidya Srinivas
· 7 years ago
e1f96a6
drm/i915/skl: split skl_compute_ddb function
by Mahesh Kumar
· 7 years ago
08d0e87
drm/i915/skl+: nv12 workaround disable WM level 1-7
by Mahesh Kumar
· 7 years ago
8b2b53c
drm/i915/skl+: make sure higher latency level has higher wm value
by Mahesh Kumar
· 7 years ago
62027b7
drm/i915/skl+: pass skl_wm_level struct to wm compute func
by Mahesh Kumar
· 7 years ago
942aa2d
drm/i915/skl+: NV12 related changes for WM
by Mahesh Kumar
· 7 years ago
ddf3431
drm/i915/skl+: support verification of DDB HW state for NV12
by Mahesh Kumar
· 7 years ago
f34a291
drm/i915/skl+: add NV12 in skl_format_to_fourcc
by Mahesh Kumar
· 7 years ago
b879d58
drm/i915/skl+: refactor WM calculation for NV12
by Mahesh Kumar
· 7 years ago
60f8e87
drm/i915/skl+: rename skl_wm_values struct to skl_ddb_values
by Mahesh Kumar
· 7 years ago
be1c63c
drm/i915/dp: Send DPCD ON for MST before phy_up
by Lyude Paul
· 7 years ago
d0667e9
drm/i915: Pass the set of guilty engines to i915_reset()
by Chris Wilson
· 7 years ago
bba0869
drm/i915: Treat i915_reset_engine() as guilty until proven innocent
by Chris Wilson
· 7 years ago
e4d2006
drm/i915: Split out parking from the idle worker for reuse
by Chris Wilson
· 7 years ago
29991d5
drm/i915/selftests: Rename wait_for_hang() to wait_until_running()
by Chris Wilson
· 7 years ago
2b2874e
drm/i915/icl: Enable RC6 and RPS in Gen11
by Oscar Mateo
· 7 years ago
96606f3
drm/i915/icl: Deal with GT INT DW correctly
by Oscar Mateo
· 7 years ago
d02b98b
drm/i915/icl: Handle RPS interrupts correctly for Gen11
by Oscar Mateo
· 7 years ago
f744dbc
drm/i915/icl: Use hw engine class, instance to find irq handler
by Mika Kuoppala
· 7 years ago
e34b034
drm/i915/icl: Add reset control register changes
by Michel Thierry
· 7 years ago
99d7e4e
drm/i915: Describe the bottom of stack in processing a batchbuffer
by Kevin Rogovin
· 7 years ago
4d42db1
drm/i915: Add link to documentation in i915_gem_execbuffer.c
by Kevin Rogovin
· 7 years ago
fd5ff5f
drm/i915: Narration overview on GEM
by Kevin Rogovin
· 7 years ago
0286667
drm/i915/selftests: Avoid repeatedly harming the same innocent context
by Chris Wilson
· 7 years ago
b651bd2
drm/i915/audio: Fix audio enumeration issue on BXT
by Gaurav K Singh
· 7 years ago
46a67c4
drm/i915: Fix memory leak in intel_hdcp auth
by Radhakrishna Sripada
· 7 years ago
40da1d3
drm/i915: Only call finish_reset after a prepare_reset
by Chris Wilson
· 7 years ago
2c66555
drm/i915/selftests: Add basic sanitychecks for execlists
by Chris Wilson
· 7 years ago
6be1187
drm/i915: Do no use kfree() to free a kmem_cache_alloc() return value
by Xidong Wang
· 7 years ago
6308a31
drm/i915: Check hdcp key loadability
by Ramalingam C
· 7 years ago
41baafa
drm/i915: Read Vprime thrice incase of mismatch
by Ramalingam C
· 7 years ago
4bfbec6
drm/i915: Read HDCP R0 thrice in case of mismatch
by Ramalingam C
· 7 years ago
2a694fe
drm/i915: Store preemption capability in engine->flags
by Chris Wilson
· 7 years ago
f260520
drm/i915/execlists: Track begin/end of execlists submission sequences
by Chris Wilson
· 7 years ago
1f901d5
Merge airlied/drm-next into drm-intel-next-queued
by Rodrigo Vivi
· 7 years ago
4df4925
drm/i915/psr: Set DPCD PSR2 enable bit when needed
by José Roberto de Souza
· 7 years ago
26e5378d
drm/i915/psr: Cache sink synchronization latency
by José Roberto de Souza
· 7 years ago
fe36181
drm/i915/psr: Use PSR2 macro for PSR2
by José Roberto de Souza
· 7 years ago
95f28d2
drm/i915/psr: Do not override PSR2 sink support
by José Roberto de Souza
· 7 years ago
5e87325
drm/i915/psr/cnl: Enable Y-coordinate support in source
by José Roberto de Souza
· 7 years ago
aee3bac
drm/i915/psr: Tie PSR2 support to Y coordinate requirement
by José Roberto de Souza
· 7 years ago
6ce9b78
drm/i915/psr: Nuke aux frame sync
by José Roberto de Souza
· 7 years ago
fe36948
drm: Add DP last received PSR SDP VSC register and bits
by José Roberto de Souza
· 7 years ago
4f212e4
drm: Add DP PSR2 sink enable bit
by José Roberto de Souza
· 7 years ago
3df82dd4
drm/i915: Only warn for might_sleep() before a slow wait_for_register
by Chris Wilson
· 7 years ago
5807e1c
drm/i915: Avoid sleeping inside per-engine reset
by Chris Wilson
· 7 years ago
9bd9be6
drm/i915/perf: add more debug message on perf open & configs
by Lionel Landwerlin
· 7 years ago
b82ed43
drm/i915: rename PPGTT/GGTT fields OA registers
by Lionel Landwerlin
· 7 years ago
5374410
drm/i915/perf: remove empty line
by Lionel Landwerlin
· 7 years ago
1105130
drm/i915/perf: simplify OA unit enabling on gen7
by Lionel Landwerlin
· 7 years ago
b6dd47b
drm/i915/perf: check the value of PROP_SAMPLE_OA uapi parameter
by Lionel Landwerlin
· 7 years ago
1de401c
drm/i915/perf: enable perf support on ICL
by Lionel Landwerlin
· 7 years ago
e770276
drm/i915: Include the HW breadcrumb whenever we trace the global_seqno
by Chris Wilson
· 7 years ago
4d07f6c
drm/i915/guc: enable guc interrupts unconditionally in uc_resume
by Michel Thierry
· 7 years ago
694f54f
Merge branch 'drm-misc-next-fixes' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
by Dave Airlie
· 7 years ago
0a015ff
drm/i915/guc: Trace messages from CT while in debug
by Michal Wajdeczko
· 7 years ago
b6b0166
drm/i915/guc: Handle default action received over CT
by Michal Wajdeczko
· 7 years ago
6c77a2b
drm/i915/guc: Prepare to process incoming requests from CT
by Michal Wajdeczko
· 7 years ago
9ef4c75
drm/i915/guc: Implement response handling in send_ct()
by Michal Wajdeczko
· 7 years ago
24827cd
drm/i915/guc: Use better name for helper wait function
by Michal Wajdeczko
· 7 years ago
1d40709
drm/i915/guc: Prepare to handle messages from CT RECV buffer
by Michal Wajdeczko
· 7 years ago
769bfbf
drm/i915/guc: Make event handler a virtual function
by Michal Wajdeczko
· 7 years ago
f6a70b5
drm/i915/guc: Implement response handling in send_mmio()
by Michal Wajdeczko
· 7 years ago
e09af3a
drm/i915/guc: Prepare send() function to accept bigger response
by Michal Wajdeczko
· 7 years ago
b839a86
drm/i915/guc: Add support for data reporting in GuC responses
by Michal Wajdeczko
· 7 years ago
4d82a17
drm/i915/guc: Add documentation for MMIO based communication
by Michal Wajdeczko
· 7 years ago
c216e90
drm/i915/execlists: Reset ring registers on rebinding contexts
by Chris Wilson
· 7 years ago
d775a7b
drm/i915/gen11: add support for reading the timestamp frequency
by Paulo Zanoni
· 7 years ago
fbe6f8f
drm/i915: Use correct reST syntax for WOPCM and GuC kernel-doc diagrams
by Yaodong Li
· 7 years ago
Next »