Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
8dd0eb3566711d81bfbe2b4421b33f0dd723cec4
8dd0eb3
Merge tag 'drm-intel-next-2015-02-27' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 10 years ago
d136dfe
drm: Pass in new and old plane state to prepare_fb and cleanup_fb
by Tvrtko Ursulin
· 10 years ago
7547af9
Merge tag 'drm-intel-next-2015-02-14' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 10 years ago
87dc8b6
Merge branch 'drm-atmel-hlcdc-devel' of git://github.com/bbrezillon/linux-at91 into drm-next
by Dave Airlie
· 10 years ago
7e47748
Merge branch 'drm/next/atomic' of git://linuxtv.org/pinchartl/fbdev into drm-next
by Dave Airlie
· 10 years ago
79d6d94
Merge branch 'drm-tda998x-devel' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into drm-next
by Dave Airlie
· 10 years ago
5ee5a81
drm: rcar-du: Fix race condition in hardware plane allocator
by Laurent Pinchart
· 10 years ago
48596d5
drm: rcar-du: Move group locking inside rcar_du_crtc_update_planes()
by Laurent Pinchart
· 10 years ago
52055ba
drm: rcar-du: Move plane commit code from CRTC start to CRTC resume
by Laurent Pinchart
· 10 years ago
5bfcbce
drm: rcar-du: Move plane format to plane state
by Laurent Pinchart
· 10 years ago
53dff60
drm: rcar-du: Remove unneeded rcar_du_crtc plane field
by Laurent Pinchart
· 10 years ago
4709419
drm: rcar-du: Replace plane crtc and enabled fields by plane state
by Laurent Pinchart
· 10 years ago
f398f34
drm: rcar-du: Rework plane setup code
by Laurent Pinchart
· 10 years ago
4407cc0
drm: rcar-du: Switch plane set_property to atomic helpers
by Laurent Pinchart
· 10 years ago
d574664
drm: rcar-du: Switch page flip to atomic helpers
by Laurent Pinchart
· 10 years ago
8d3f9b2
drm: rcar-du: Implement asynchronous commit support
by Laurent Pinchart
· 10 years ago
ede7714
drm: rcar-du: Replace encoder mode_fixup with atomic_check
by Laurent Pinchart
· 10 years ago
f348323
drm: rcar-du: Switch connector DPMS to atomic helpers
by Laurent Pinchart
· 10 years ago
cf1cc6f2
drm: rcar-du: Switch mode config to atomic helpers
by Laurent Pinchart
· 10 years ago
336d04a
drm: rcar-du: Switch plane update to atomic helpers
by Laurent Pinchart
· 10 years ago
beff155
drm: rcar-du: Rework CRTC enable/disable for atomic updates
by Laurent Pinchart
· 10 years ago
58706b8
drm: rcar-du: Rework HDMI encoder enable/disable for atomic updates
by Laurent Pinchart
· 10 years ago
f6638b6
drm: rcar-du: Rework encoder enable/disable for atomic updates
by Laurent Pinchart
· 10 years ago
44ef7ed
drm: rcar-du: Replace LVDS encoder DPMS by enable/disable
by Laurent Pinchart
· 10 years ago
287bdf0
drm: rcar-du: Remove private copy of plane size and position
by Laurent Pinchart
· 10 years ago
3e8da87
drm: rcar-du: Wire up atomic state object scaffolding
by Laurent Pinchart
· 10 years ago
845f463
drm: rcar-du: Handle primary plane config through atomic plane ops
by Laurent Pinchart
· 10 years ago
920888a
drm: rcar-du: Implement planes atomic operations
by Laurent Pinchart
· 10 years ago
3053460
drm: rcar-du: Fix hardware plane allocation
by Laurent Pinchart
· 10 years ago
917de18
drm: rcar-du: Implement universal plane support
by Laurent Pinchart
· 10 years ago
a64b9c7
drm: rcar-du: Define macros for the max number of groups, CRTCs and LVDS
by Laurent Pinchart
· 10 years ago
931b733
drm: rcar-du: Disable fbdev emulation when no connector is present
by Laurent Pinchart
· 10 years ago
0cd90a5
drm: rcar-du: Turn vblank on/off when enabling/disabling CRTC
by Laurent Pinchart
· 10 years ago
36693f3
drm: rcar-du: Wait for page flip completion when turning the CRTC off
by Laurent Pinchart
· 10 years ago
17f6b8a
drm: rcar-du: Reorder CRTC functions
by Laurent Pinchart
· 10 years ago
8b37c32
drm: rcar-du: Don't set connector->encoder at init time
by Laurent Pinchart
· 10 years ago
df78222
drm: rcar-du: Remove drm_fbdev_cma_restore_mode() call at init time
by Laurent Pinchart
· 10 years ago
0e211da
drm: rcar-du: Don't disable unused functions at init time
by Laurent Pinchart
· 10 years ago
f89fe1f
drm/i915: Update DRIVER_DATE to 20150227
by Daniel Vetter
· 10 years ago
e8dec1d
drm/i915: Clarify obj->map_and_fenceable
by Chris Wilson
· 10 years ago
9a8f0a1
drm/i915/skl: Allow Y (and Yf) frame buffer creation
by Tvrtko Ursulin
· 10 years ago
0fda656
drm/i915/skl: Update watermarks for Y tiling
by Tvrtko Ursulin
· 10 years ago
d4c2aa6
drm/i915/skl: Updated watermark programming
by Tvrtko Ursulin
· 10 years ago
40f4628
drm/i915/skl: Adjust get_plane_config() to support Yb/Yf tiling
by Damien Lespiau
· 10 years ago
1327b9a
drm/i915/skl: Teach pin_and_fence_fb_obj() about Y tiling constraints
by Damien Lespiau
· 10 years ago
b5d0e9b
drm/i915/skl: Adjust intel_fb_align_height() for Yb/Yf tiling
by Damien Lespiau
· 10 years ago
b321803
drm/i915/skl: Allow scanning out Y and Yf fbs
by Damien Lespiau
· 10 years ago
b5ff6e1
drm/i915/skl: Add new displayable tiling formats
by Tvrtko Ursulin
· 10 years ago
3f52c6e
drm/i915: Remove DRIVER_MODESET checks from modeset code
by Daniel Vetter
· 10 years ago
8634bd4
drm/i915: Remove regfile code&data for UMS suspend/resume
by Daniel Vetter
· 10 years ago
1d03184
drm/i915: Remove DRIVER_MODESET checks from gem code
by Daniel Vetter
· 10 years ago
33d30a9
drm/i915: Remove DRIVER_MODESET checks in the gpu reset code
by Daniel Vetter
· 10 years ago
d581893
drm/i915: Remove DRIVER_MODESET checks from suspend/resume code
by Daniel Vetter
· 10 years ago
17fa646
drm/i915: Remove DRIVER_MODESET checks in load/unload/close code
by Daniel Vetter
· 10 years ago
686135d
drm/i915: fix a printk format
by Dan Carpenter
· 10 years ago
626ad6f
drm/i915: Add media rc6 residency file to sysfs
by Ville Syrjälä
· 10 years ago
719cd21
drm/i915: Add missing description to parameter in alloc_pt_range
by Michel Thierry
· 10 years ago
bc4d91f
drm/i915: Removed the read of RP_STATE_CAP from sysfs/debugfs functions
by Akash Goel
· 10 years ago
b4f2bf4
drm/i915: Look at staged config when fixing pipe_src_w for LVDS
by Ander Conselvan de Oliveira
· 10 years ago
329414c
Merge tag 'topic/drm-misc-2015-02-25' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 10 years ago
0787824
drm/i915: Ensure crtc_state backpointer is always initialized
by Matt Roper
· 10 years ago
83d6573
drm/i915: Use enabled value from crtc_state rather than crtc (v2)
by Matt Roper
· 10 years ago
98e1bd4
drm/i915: Cache ringbuf pointer in request structure
by John Harrison
· 10 years ago
5e4be7b
drm/i915: Add missing trace point to LRC execbuff code path
by John Harrison
· 10 years ago
8e004ef
drm/i915: Rename 'flags' to 'dispatch_flags' for better code reading
by John Harrison
· 10 years ago
06dc68d
drm/i915: Plumb drm_device through page tables operations
by Michel Thierry
· 10 years ago
06fda60
drm/i915: Create page table allocators
by Ben Widawsky
· 10 years ago
7324cc0
drm/i915: Complete page table structures
by Ben Widawsky
· 10 years ago
d7b3de9
drm/i915: page table abstractions
by Ben Widawsky
· 10 years ago
7ad14a2
drm/i915/skl: Add support for edp1.4 low vswing
by Sonika Jindal
· 10 years ago
9a57f5b
drm/i915/skl: Support for edp low_vswing param in vbt
by Sonika Jindal
· 10 years ago
ba0635ff
drm/i915: cleanup some indenting
by Dan Carpenter
· 10 years ago
8095815
drm/i915/skl: Make sure to allocate mininum sizes in the DDB
by Damien Lespiau
· 10 years ago
a1d2634
drm/i915: Enhancing eDP DRRS debug message
by Ramalingam C
· 10 years ago
b33a281
Documentation/drm: DocBook integration for DRRS
by Vandana Kannan
· 10 years ago
44395bf
drm/i915: Enable eDP DRRS for CHV
by Durgadoss R
· 10 years ago
6fa7aec
drm/i915: Support for RR switching on VLV
by Vandana Kannan
· 10 years ago
a4c30b1
drm/i915/bdw: Add support for DRRS to switch RR
by Vandana Kannan
· 10 years ago
fe3cd48
drm/i915: Add support for DRRS in intel_dp_set_m_n
by Ramalingam C
· 10 years ago
b07da53
drm/i915: Shift driver's HWSP usage out of reserved range
by Thomas Daniel
· 10 years ago
16e6004
drm: atmel-hlcdc: Add pinctrl PM select sleep,default state in CRTC suspend/resume
by Sylvain Rochet
· 10 years ago
5848698
drm: atmel-hlcdc: Add PM suspend/resume support
by Sylvain Rochet
· 10 years ago
e045d20
drm: Adding edp1.4 specific dpcd macros
by Sonika Jindal
· 10 years ago
c982bd9
drm/atomic-helpers: make mode_set hooks optional
by Daniel Vetter
· 10 years ago
1af434a
drm/atomic-helper: Rename commmit_post/pre_planes
by Daniel Vetter
· 10 years ago
3e5b6f0
drm/i915: Reset logical ring contexts' head and tail during GPU reset
by Thomas Daniel
· 10 years ago
b766879
drm/i915/skl: Tune IZ hashing when subslices are unbalanced
by Damien Lespiau
· 10 years ago
cb0a08c
drm/i915: don't reallocate the compressed FB at every frame
by Paulo Zanoni
· 10 years ago
e489e38
drm/i915: gen5+ can have FBC with multiple pipes
by Paulo Zanoni
· 10 years ago
68b9214
drm/i915: HSW+ FBC is tied to pipe A
by Paulo Zanoni
· 10 years ago
9510675
drm/i915: extract intel_fbc_find_crtc()
by Paulo Zanoni
· 10 years ago
0cea650
drm/i915: Request full SSEU enablement on Gen9
by Jeff McGee
· 10 years ago
7f992ab
drm/i915/skl: Add SKL HW status to SSEU status
by Jeff McGee
· 10 years ago
3873218
drm/i915/skl: Determine SKL slice/subslice/EU info
by Jeff McGee
· 10 years ago
d0bbbc4
drm/i915/skl: Implement WaDisablePowerCompilerClockGating
by Damien Lespiau
· 10 years ago
9505e01
drm/i915: Limit max VCO supported in CHV to 6.48GHz
by Vijay Purushothaman
· 10 years ago
d3eee4b
drm/i915: Add new PHY reg definitions for lock threshold
by Vijay Purushothaman
· 10 years ago
17cabf5
drm/i915: Trim the command parser allocations
by Chris Wilson
· 11 years ago
c32e378
drm/i915: FIFO space query code refactor
by Dave Gordon
· 11 years ago
a072f80
drm/atomic: Rename drm_atomic_helper_commit_pre_planes() state argument
by Laurent Pinchart
· 10 years ago
Next »