Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
3ae3271443b337c1cd421a9b73d51c5c2de52977
3ae3271
Merge tag 'drm-intel-next-2019-12-23' of git://anongit.freedesktop.org/drm/drm-intel into drm-next
by Dave Airlie
· 5 years ago
3446c63
drm/i915: Update DRIVER_DATE to 20191223
by Jani Nikula
· 5 years ago
6a8679c
drm/i915: Mark the GEM context link as RCU protected
by Chris Wilson
· 5 years ago
76f9764
drm/i915: Introduce a vma.kref
by Chris Wilson
· 5 years ago
f5af165
drm/i915: Add a simple is-bound check before unbinding
by Chris Wilson
· 5 years ago
4941f35
drm/i915: Make sure CCS YUV semiplanar format checks work
by Imre Deak
· 5 years ago
320625a
drm/i915: Make sure Y slave planes get all the required state
by Imre Deak
· 5 years ago
931cd34
drm/i915: Skip rotated offset adjustment for unsupported modifiers
by Dhinakaran Pandiyan
· 5 years ago
71df86f
drm/i915/tgl: Make sure FBs have a correct CCS plane stride
by Imre Deak
· 5 years ago
b3e57bc
drm/i915/tgl: Gen-12 render decompression
by Dhinakaran Pandiyan
· 5 years ago
5565650
drm/framebuffer: Format modifier for Intel Gen-12 render compression
by Dhinakaran Pandiyan
· 5 years ago
e7af909
drm/i915: Add helpers to select correct ccs/aux planes
by Imre Deak
· 5 years ago
13f2cb9
drm/i915: Extract framebufer CCS offset checks into a function
by Dhinakaran Pandiyan
· 5 years ago
86f236b
drm/i915: Move CCS stride alignment W/A inside intel_fb_stride_alignment
by Dhinakaran Pandiyan
· 5 years ago
021a411
drm/i915: Use intel_tile_height() instead of re-implementing
by Dhinakaran Pandiyan
· 5 years ago
3531c40
drm/i915/selftests: make mock_drm.h self-contained
by Jani Nikula
· 5 years ago
a645895
drm/i915/selftests: make mock_context.h self-contained
by Jani Nikula
· 5 years ago
f7fd237
drm/i915: fix comment for POWER_DOMAIN_TRANSCODER_VDSC_PW2
by Jani Nikula
· 5 years ago
9dd4b06
drm/i915/gt: Move pm debug files into a gt aware debugfs
by Andi Shyti
· 5 years ago
7d70a12
drm/i915/gt: Merge engine init/setup loops
by Chris Wilson
· 5 years ago
cfe6b30
drm/i915/gt: Pull intel_gt_init_hw() into intel_gt_resume()
by Chris Wilson
· 5 years ago
e26b6d4
drm/i915/gt: Pull GT initialisation under intel_gt_init()
by Chris Wilson
· 5 years ago
78be2c3
drm/i915: Move i915_gem_init_contexts() earlier
by Chris Wilson
· 5 years ago
4856254
drm/i915/gt: Repeat wait_for_idle for retirement workers
by Chris Wilson
· 5 years ago
e6ba764
drm/i915: Remove i915->kernel_context
by Chris Wilson
· 5 years ago
ed7dd73
drm/i915/selftests: Setup engine->retire for mock_engine
by Chris Wilson
· 5 years ago
216383e9
drm/i915: Introduce intel_crtc_state_alloc()
by Ville Syrjälä
· 5 years ago
a5e93b4
drm/i915/execlists: Select arb on/off around batches based on preemption
by Chris Wilson
· 5 years ago
0f100b7
drm/i915: Push the use-semaphore marker onto the intel_context
by Chris Wilson
· 5 years ago
9f3ccd4
drm/i915: Drop GEM context as a direct link from i915_request
by Chris Wilson
· 5 years ago
d5e1935
drm/i915/gt: Teach veng to defer the context allocation
by Chris Wilson
· 5 years ago
7d1ff0d
drm/i915/gt: Add breadcrumb retire to physical engine
by Chris Wilson
· 5 years ago
f7f1538
drm/i915: Rename pipe update tracepoints
by Ville Syrjälä
· 5 years ago
36fef95
drm/i915/fbc: Remove second redundant intel_fbc_pre_update() call
by Ville Syrjälä
· 5 years ago
317b2ca
drm/i915/fbc: Reject PLANE_OFFSET.y%4!=0 on icl+ too
by Ville Syrjälä
· 5 years ago
e1f0fbda
drm/i915: fix uninitialized pointer reads on pointers to and from
by Colin Ian King
· 5 years ago
28117632
drm/i915/gt: Suppress threshold updates on RPS parking
by Chris Wilson
· 5 years ago
35cc7f3
drm/i915/gt: Use non-forcewake writes for RPS
by Chris Wilson
· 5 years ago
b81e4d9
drm/i915/gt: Track engine round-trip times
by Chris Wilson
· 5 years ago
dc93c9b
drm/i915/gt: Schedule request retirement when signaler idles
by Chris Wilson
· 5 years ago
cabeacd
drm/i915/dsc: fix DSC power domains for DSI
by Jani Nikula
· 5 years ago
4cb48c4
drm/i915/dsc: clarify DSC support for pipe A on ICL
by Jani Nikula
· 5 years ago
0314da7
drm/i915/dsc: fix DSC register selection for ICL DSI transcoders
by Jani Nikula
· 5 years ago
c360824
drm/i915: Provide ddc symlink in hdmi connector sysfs directory
by Andrzej Pietrasiewicz
· 5 years ago
d6f970f
drm/i915/display: fix phy name
by Lucas De Marchi
· 5 years ago
41ba19f
drm/i915/display: use clk_off name to avoid double negation
by Lucas De Marchi
· 5 years ago
5956f44
drm/i915/display: move clk off sanitize to its own function
by Lucas De Marchi
· 5 years ago
5f773e5
drm/amdgpu/display: use msleep rather than udelay for HDCP
by Alex Deucher
· 5 years ago
4e32892
drm/amdgpu/display: include delay.h
by Alex Deucher
· 5 years ago
01f624f
drm/i915: Ratelimit i915_globals_park
by Chris Wilson
· 5 years ago
5440025
drm/i915/gt: Remove direct invocation of breadcrumb signaling
by Chris Wilson
· 5 years ago
df6a420
drm/i915/pmu: Ensure monotonic rc6
by Tvrtko Ursulin
· 5 years ago
66af4a9
Merge tag 'du-next-20191218' of git://linuxtv.org/pinchartl/media into drm-next
by Daniel Vetter
· 5 years ago
773b4b5
drm/i915: Move stuff from haswell_crtc_disable() into encoder .post_disable()
by Ville Syrjälä
· 5 years ago
f5271ee
drm/i915: Pass old crtc state to intel_crtc_vblank_off()
by Ville Syrjälä
· 5 years ago
cfb627c
drm/i915: Pass old crtc state to skylake_scaler_disable()
by Ville Syrjälä
· 5 years ago
17bef9b
drm/i915: Nuke .post_pll_disable() for DDI platforms
by Ville Syrjälä
· 5 years ago
6a6d79d
drm/i915: Call hsw_fdi_link_train() directly()
by Ville Syrjälä
· 5 years ago
74cb275
drm/i915: Introduce intel_plane_state_reset()
by Ville Syrjälä
· 5 years ago
979e94c
drm/i915: Introduce intel_crtc_state_reset()
by Ville Syrjälä
· 5 years ago
6643453
drm/i915: Introduce intel_crtc_{alloc,free}()
by Ville Syrjälä
· 5 years ago
f44bfa7
drm/i915: s/intel_crtc/crtc/ in intel_crtc_init()
by Ville Syrjälä
· 5 years ago
ab2dd99
drm: Add __drm_atomic_helper_crtc_state_reset() & co.
by Ville Syrjälä
· 5 years ago
81ff52b
drm/i915/gt: Ratelimit display power w/a
by Chris Wilson
· 5 years ago
da42104
drm/i915: Hold reference to intel_frontbuffer as we track activity
by Chris Wilson
· 5 years ago
edb1eca
drm/i915/pmu: Skip sampling engines if gt is asleep
by Chris Wilson
· 5 years ago
54d7195
drm/i915: Unpin vma->obj on early error
by Chris Wilson
· 5 years ago
c267782
drm: rcar-du: Add r8a77980 support
by Kieran Bingham
· 6 years ago
59c1f06
drm: rcar-du: lvds: Allow for even and odd pixels swap
by Fabrizio Castro
· 5 years ago
65112cf
drm: rcar-du: lvds: Get dual link configuration from DT
by Fabrizio Castro
· 5 years ago
990e378
drm: rcar-du: lvds: Improve identification of panels
by Fabrizio Castro
· 5 years ago
6529007
drm: of: Add drm_of_lvds_get_dual_link_pixel_order
by Fabrizio Castro
· 5 years ago
593885b
drm: rcar-du: lvds: Get mode from state
by Laurent Pinchart
· 5 years ago
7b627ce
drm: rcar-du: Recognize "renesas,vsps" in addition to "vsps"
by Geert Uytterhoeven
· 5 years ago
c81456d
dt-bindings: display: renesas: du: Add vendor prefix to vsps property
by Geert Uytterhoeven
· 5 years ago
b28a931
drm: rcar-du: crtc: Register GAMMA_LUT properties
by Jacopo Mondi
· 5 years ago
78b6bb1
drm: rcar-du: crtc: Control CMM operations
by Jacopo Mondi
· 5 years ago
8de707a
drm: rcar-du: kms: Initialize CMM instances
by Jacopo Mondi
· 5 years ago
e08e934
drm: rcar-du: Add support for CMM
by Jacopo Mondi
· 5 years ago
6e2258b
dt-bindings: display: renesas,du: Document cmms property
by Jacopo Mondi
· 5 years ago
7f7b945
dt-bindings: display: renesas,cmm: Add R-Car CMM documentation
by Jacopo Mondi
· 5 years ago
f20c6b2
drm/i915/guc: Unify notify() functions
by Daniele Ceraolo Spurio
· 5 years ago
8c69bd7
drm/i915/guc: Remove function pointers for send/receive calls
by Daniele Ceraolo Spurio
· 5 years ago
7524c36
drm/i915/guc/ct: Group request-related variables in a sub-structure
by Daniele Ceraolo Spurio
· 5 years ago
9ab28cd
drm/i915/guc/ct: Stop expecting multiple CT channels
by Daniele Ceraolo Spurio
· 5 years ago
7f5390c
drm/i915/guc/ct: Drop guards in enable/disable calls
by Daniele Ceraolo Spurio
· 5 years ago
e627ad5
drm/i915/guc: Merge communication_stop and communication_disable
by Daniele Ceraolo Spurio
· 5 years ago
ba16a48
drm/i915: Fix pid leak with banned clients
by Tvrtko Ursulin
· 5 years ago
be452c4
Merge tag 'drm-next-5.6-2019-12-11' of git://people.freedesktop.org/~agd5f/linux into drm-next
by Daniel Vetter
· 5 years ago
85bedbf
drm/i915/gt: Eliminate the trylock for reading a timeline's hwsp
by Chris Wilson
· 5 years ago
e14177f
drm/i915/gem: Keep request alive while attaching fences
by Chris Wilson
· 5 years ago
d2e5322
Merge tag 'arcpgu-updates-2019.12.16' of github.com:abrodkin/linux into drm-next
by Daniel Vetter
· 5 years ago
ed08ddd
linux-next: build failure after merge of the drm-misc tree
by Stephen Rothwell
· 5 years ago
6c56e8a
Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
by Daniel Vetter
· 5 years ago
b694131
drm/i915: DSI: select correct PWM controller to use based on the VBT
by Hans de Goede
· 5 years ago
2f09395
mfd: intel_soc_pmic: Rename pwm_backlight pwm-lookup to pwm_pmic_backlight
by Hans de Goede
· 5 years ago
b2147a3
ACPI / LPSS: Rename pwm_backlight pwm-lookup to pwm_soc_backlight
by Hans de Goede
· 5 years ago
796ef2e
drm/i915/gt: Avoid multi-LRI on Sandybridge
by Chris Wilson
· 5 years ago
9ddc8ec
drm/i915: Eliminate the trylock for awaiting an earlier request
by Chris Wilson
· 5 years ago
f8b7487
Correct function name in comment
by Maya Rashish
· 5 years ago
Next »