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
2021-08-02
drm: Fix typo in comments
Cai Huoqing
1
-1
/
+1
2021-07-27
drm/plane: Move drm_plane_enable_fb_damage_clips into core
Daniel Vetter
1
-0
/
+54
2021-07-27
drm/plane: check that fb_damage is set up when used
Daniel Vetter
1
-0
/
+50
2021-05-12
drm/modifiers: Enforce consistency between the cap an IN_FORMATS
Daniel Vetter
1
-1
/
+17
2021-03-16
Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-10
/
+56
2021-02-17
drm: Switch to %p4cc format modifier
Sakari Ailus
1
-6
/
+2
2021-01-25
Merge tag 'v5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Dave Airlie
1
-1
/
+8
2021-01-24
drm/doc: document the type plane property
Simon Ser
1
-4
/
+54
2021-01-11
drm: Check actual format for legacy pageflip.
Bas Nieuwenhuizen
1
-1
/
+8
2021-01-07
Merge tag 'drm-misc-next-2021-01-06' of git://anongit.freedesktop.org/drm/drm...
Daniel Vetter
1
-0
/
+18
2021-01-07
Merge tag 'imx-drm-next-2021-01-04' of git://git.pengutronix.de/git/pza/linux...
Daniel Vetter
1
-29
/
+105
2021-01-04
drm/plane: add drmm_universal_plane_alloc()
Philipp Zabel
1
-29
/
+105
2020-12-17
drm: require each CRTC to have a unique primary plane
Simon Ser
1
-0
/
+6
2020-12-17
drm/doc: fix reference to drm_format_modifier_blob
Simon Ser
1
-3
/
+3
2020-12-17
drm/doc: introduce new section for standard plane properties
Simon Ser
1
-0
/
+12
2020-12-15
drm: require a non_NULL drm_crtc.primary
Simon Ser
1
-1
/
+1
2020-12-15
drm: rework description of primary and cursor planes
Simon Ser
1
-7
/
+9
2020-12-07
drm: fix typos in plane and CRTC overviews
Simon Ser
1
-1
/
+1
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
[next]