index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
drm_plane.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-21
drm: Introduce plane and CRTC scaling filter properties
Pankaj Bharadiya
1
-0
/
+73
2020-08-25
Merge tag 'v5.9-rc2' into drm-misc-fixes
Maarten Lankhorst
1
-0
/
+1
2020-08-17
drm/modeset-lock: Take the modeset BKL for legacy drivers
Daniel Vetter
1
-1
/
+1
2020-07-02
drm : Insert blank lines after declarations.
Suraj Upadhyay
1
-0
/
+1
2020-05-14
drm: plane: Verify that no or all planes have a zpos property
Laurent Pinchart
1
-0
/
+9
2019-04-24
drm/lease: Make sure implicit planes are leased
Daniel Vetter
1
-0
/
+8
2019-01-11
drm: Auto-set allow_fb_modifiers when given modifiers at plane init
Paul Kocialkowski
1
-0
/
+3
2018-11-29
drm: Add DRM_MODESET_LOCK_BEGIN/END helpers
Sean Paul
1
-13
/
+3
2018-11-06
drm: Add drm_any_plane_has_format()
Ville Syrjälä
1
-0
/
+23
2018-09-14
drm: Differentiate the lack of an interface from invalid parameter
Chris Wilson
1
-5
/
+5
2018-09-11
drm: Remove set but not used variable 'config'
YueHaibing
1
-2
/
+0
2018-09-09
drm: drop drmP.h include from drm_plane.c
Daniel Vetter
1
-1
/
+10
2018-07-13
drm: Introduce __setplane_atomic()
Ville Syrjälä
1
-11
/
+57
2018-07-13
drm: Extract __setplane_check()
Ville Syrjälä
1
-31
/
+49
2018-06-18
drm: Add checks for atomic_[duplicate/destroy]_state with atomic drivers
Haneen Mohammed
1
-0
/
+4
2018-06-11
drm: Stop updating plane->crtc/fb/old_fb on atomic drivers
Ville Syrjälä
1
-5
/
+9
2018-05-31
drm: Trust format_mod_supported() when it OKs a plane modifier.
Eric Anholt
1
-11
/
+12
2018-03-29
drm: Use plane->state->fb over plane->fb
Ville Syrjälä
1
-5
/
+14
2018-03-29
drm: Make the fb refcount handover less magic
Ville Syrjälä
1
-2
/
+1
2018-03-29
drm: Adjust whitespace for legibility
Ville Syrjälä
1
-1
/
+5
2018-03-29
drm: Add local 'plane' variable for primary/cursor planes
Ville Syrjälä
1
-14
/
+18
2018-03-21
Merge airlied/drm-next into drm-misc-next
Sean Paul
1
-1
/
+1
2018-03-16
drm: Remove now pointelss blob->data casts
Ville Syrjälä
1
-1
/
+1
2018-03-14
Merge tag 'drm-misc-next-2018-03-09-3' of git://anongit.freedesktop.org/drm/d...
Dave Airlie
1
-7
/
+26
2018-03-01
Merge tag 'drm-intel-next-2018-02-21' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
1
-1
/
+1
2018-02-26
drm: Check that the plane supports the request format+modifier combo
Ville Syrjälä
1
-7
/
+26
2018-02-15
drm/atomic: Handle 64-bit return from drm_crtc_vblank_count()
Dhinakaran Pandiyan
1
-1
/
+1
2018-01-29
drm: Warn if plane/crtc/encoder/connector index exceeds our 32bit bitmasks
Ville Syrjälä
1
-0
/
+4
2017-12-20
drm/plane: Make framebuffer refcounting the responsibility of setplane_intern...
Maarten Lankhorst
1
-22
/
+20
2017-11-23
drm/vblank: Pass crtc_id to page_flip_ioctl.
Maarten Lankhorst
1
-0
/
+1
2017-10-25
drm: Check mode object lease status in all master ioctl paths [v4]
Keith Packard
1
-7
/
+11
2017-10-21
drm: Reorganize drm_pending_event to support future event types [v2]
Keith Packard
1
-1
/
+1
2017-10-17
drm/plane: drop num_overlay_planes (v3)
Dave Airlie
1
-30
/
+16
2017-10-12
drm: Pass struct drm_file * to __drm_mode_object_find [v2]
Keith Packard
1
-7
/
+7
2017-09-28
Merge tag 'drm-misc-next-2017-09-20' of git://anongit.freedesktop.org/git/drm...
Dave Airlie
1
-9
/
+12
2017-09-13
drm/atomic: Convert pageflip ioctl locking to interruptible.
Maarten Lankhorst
1
-3
/
+4
2017-09-13
drm/legacy: Convert setplane ioctl locking to interruptible.
Maarten Lankhorst
1
-3
/
+4
2017-09-13
drm/legacy: Convert cursor ioctl locking to interruptible.
Maarten Lankhorst
1
-3
/
+4
2017-09-03
Merge tag 'drm-for-v4.14' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-1
/
+119
2017-08-14
drm: Fix framebuffer leak
Nikhil Mahale
1
-0
/
+1
2017-08-09
drm: Shift wrap bug in create_in_format_blob()
Dan Carpenter
1
-1
/
+1
2017-08-08
drm: Handle properties in the core for atomic drivers
Daniel Vetter
1
-1
/
+1
2017-08-08
drm: Don't update property values for atomic drivers
Daniel Vetter
1
-1
/
+1
2017-08-01
drm: Create a format/modifier blob
Ben Widawsky
1
-0
/
+84
2017-08-01
drm: Plumb modifiers through plane init
Ben Widawsky
1
-1
/
+35
2017-05-23
drm: Fix deadlock retry loop in page_flip_ioctl
Daniel Vetter
1
-2
/
+3
2017-04-07
drm: Only take cursor locks when the cursor plane exists
Daniel Vetter
1
-4
/
+4
2017-04-05
drm: Remove drm_modeset_(un)lock_crtc
Daniel Vetter
1
-25
/
+24
2017-03-30
drm: Fix locking gotcha in page_flip ioctl
Daniel Vetter
1
-1
/
+1
2017-03-30
drm: Clear e after kfree in drm_mode_page_flip_ioctl
Daniel Vetter
1
-0
/
+1
[next]