Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
479adb89a97b0a33e5a9d702119872cc82ca21aa
/
drivers
/
gpu
/
drm
/
drm_plane.c
e7695eb
drm: Introduce __setplane_atomic()
by Ville Syrjälä
· 7 years ago
4dd4677
drm: Extract __setplane_check()
by Ville Syrjälä
· 7 years ago
ba1f665
drm: Add checks for atomic_[duplicate/destroy]_state with atomic drivers
by Haneen Mohammed
· 7 years ago
e00fb85
drm: Stop updating plane->crtc/fb/old_fb on atomic drivers
by Ville Syrjälä
· 7 years ago
8fb756d
drm: Trust format_mod_supported() when it OKs a plane modifier.
by Eric Anholt
· 7 years ago
a36c027
drm: Use plane->state->fb over plane->fb
by Ville Syrjälä
· 7 years ago
23a5e1f
drm: Make the fb refcount handover less magic
by Ville Syrjälä
· 7 years ago
bf2d5eb
drm: Adjust whitespace for legibility
by Ville Syrjälä
· 7 years ago
64c32b4
drm: Add local 'plane' variable for primary/cursor planes
by Ville Syrjälä
· 7 years ago
1c7095d
Merge airlied/drm-next into drm-misc-next
by Sean Paul
· 7 years ago
11b83e3
drm: Remove now pointelss blob->data casts
by Ville Syrjälä
· 7 years ago
0b8eeac5
Merge tag 'drm-misc-next-2018-03-09-3' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
by Dave Airlie
· 7 years ago
f073d78
Merge tag 'drm-intel-next-2018-02-21' of git://anongit.freedesktop.org/drm/drm-intel into drm-next
by Dave Airlie
· 7 years ago
23163a7
drm: Check that the plane supports the request format+modifier combo
by Ville Syrjälä
· 7 years ago
f4c0468
drm/atomic: Handle 64-bit return from drm_crtc_vblank_count()
by Dhinakaran Pandiyan
· 7 years ago
2a8d3ea
drm: Warn if plane/crtc/encoder/connector index exceeds our 32bit bitmasks
by Ville Syrjälä
· 7 years ago
ce0769e
drm/plane: Make framebuffer refcounting the responsibility of setplane_internal callers
by Maarten Lankhorst
· 7 years ago
b8a3365
drm/vblank: Pass crtc_id to page_flip_ioctl.
by Maarten Lankhorst
· 7 years ago
7de440d
drm: Check mode object lease status in all master ioctl paths [v4]
by Keith Packard
· 8 years ago
bd386e5
drm: Reorganize drm_pending_event to support future event types [v2]
by Keith Packard
· 8 years ago
40d8670
drm/plane: drop num_overlay_planes (v3)
by Dave Airlie
· 7 years ago
418da17
drm: Pass struct drm_file * to __drm_mode_object_find [v2]
by Keith Packard
· 8 years ago
29baa82
Merge tag 'drm-misc-next-2017-09-20' of git://anongit.freedesktop.org/git/drm-misc into drm-next
by Dave Airlie
· 7 years ago
c2e4ff3
drm/atomic: Convert pageflip ioctl locking to interruptible.
by Maarten Lankhorst
· 7 years ago
13736ba
drm/legacy: Convert setplane ioctl locking to interruptible.
by Maarten Lankhorst
· 7 years ago
6c886e4
drm/legacy: Convert cursor ioctl locking to interruptible.
by Maarten Lankhorst
· 7 years ago
906dde0
Merge tag 'drm-for-v4.14' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 7 years ago
491ab47
drm: Fix framebuffer leak
by Nikhil Mahale
· 7 years ago
aadd414
drm: Shift wrap bug in create_in_format_blob()
by Dan Carpenter
· 7 years ago
144a799
drm: Handle properties in the core for atomic drivers
by Daniel Vetter
· 7 years ago
4a97a3d
drm: Don't update property values for atomic drivers
by Daniel Vetter
· 7 years ago
db1689a
drm: Create a format/modifier blob
by Ben Widawsky
· 7 years ago
e6fc3b6
drm: Plumb modifiers through plane init
by Ben Widawsky
· 7 years ago
f928543
drm: Fix deadlock retry loop in page_flip_ioctl
by Daniel Vetter
· 8 years ago
2e06416
drm: Only take cursor locks when the cursor plane exists
by Daniel Vetter
· 8 years ago
b95ff03
drm: Remove drm_modeset_(un)lock_crtc
by Daniel Vetter
· 8 years ago
9739e74
drm: Fix locking gotcha in page_flip ioctl
by Daniel Vetter
· 8 years ago
031e589
drm: Clear e after kfree in drm_mode_page_flip_ioctl
by Daniel Vetter
· 8 years ago
043e7fb
drm/atomic-helper: remove backoff hack from page_flip
by Daniel Vetter
· 8 years ago
41292b1f
drm: Add acquire ctx parameter to ->page_flip(_target)
by Daniel Vetter
· 8 years ago
29dc0d1
drm: Roll out acquire context for the page_flip ioctl
by Daniel Vetter
· 8 years ago
d26f96c
drm/atomic-helper: remove backoff hack from disable/update_plane
by Daniel Vetter
· 8 years ago
1931529
drm: Add acquire ctx parameter to ->plane_disable
by Daniel Vetter
· 8 years ago
5fbef3e
drm: drm_plane_force_disable is not for atomic drivers
by Daniel Vetter
· 8 years ago
34a2ab5
drm: Add acquire ctx parameter to ->update_plane
by Daniel Vetter
· 8 years ago
232e8f7
drm: Wire up proper acquire ctx for plane functions
by Daniel Vetter
· 8 years ago
a4a69da
drm: Introduce drm_framebuffer_{get,put}()
by Thierry Reding
· 8 years ago
2135ea7
drm: Rename drm_mode_object_get()
by Thierry Reding
· 8 years ago
d574528
drm/kms-core: Use recommened kerneldoc for struct member refs
by Daniel Vetter
· 8 years ago
931c670
drm: add more document for drm_crtc_from_index()
by Shawn Guo
· 8 years ago
ea0dd85
drm/doc: use preferred struct reference in kernel-doc
by Daniel Vetter
· 8 years ago
dbd4d57
drm: Replace 'format->format' comparisons to just 'format' comparisons
by Ville Syrjälä
· 8 years ago
438b74a
drm: Nuke fb->pixel_format
by Ville Syrjälä
· 8 years ago
010f5b9
Merge tag 'drm-for-v4.10' of git://people.freedesktop.org/~airlied/linux into drm-misc-next
by Daniel Vetter
· 8 years ago
de7b6be
drm: Use atomic state for FB in legacy ioctls
by Daniel Stone
· 8 years ago
acc5ddd
Merge tag 'drm-misc-next-2016-12-08' of git://anongit.freedesktop.org/git/drm-misc into drm-next
by Dave Airlie
· 8 years ago
5cd57a4
drm: fix possible_crtc's type
by Tomi Valkeinen
· 8 years ago
661a375
drm: Fix locking cargo-cult in encoder/plane init/cleanup
by Daniel Vetter
· 8 years ago
9626014
drm/fence: add in-fences support
by Gustavo Padovan
· 8 years ago
b3c11ac
drm: move allocation out of drm_get_format_name()
by Eric Engestrom
· 8 years ago
2adb29b
drm: Undo damage to page_flip_ioctl
by Daniel Vetter
· 8 years ago
e86fa21
drm: Restore lost drm_framebuffer_unreference in drm_mode_page_flip_ioctl
by Chris Wilson
· 8 years ago
1e4d84c
drm/doc: Polish plane composition property docs
by Daniel Vetter
· 8 years ago
532b367
drm/doc: Polish for drm_plane.[hc]
by Daniel Vetter
· 8 years ago
43968d7
drm: Extract drm_plane.[hc]
by Daniel Vetter
· 8 years ago