index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
drm_framebuffer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-27
drm: drop use of drmP.h in drm/*
Sam Ravnborg
1
-4
/
+9
2019-02-04
drm: Trivial comment grammar cleanups
Matt Roper
1
-1
/
+1
2019-01-14
drm: move EXPORT_SYMBOL_FOR_TESTS_ONLY to drm_util.h
Sam Ravnborg
1
-0
/
+1
2018-11-02
drm: Add macro to export functions only when CONFIG_DRM_DEBUG_SELFTEST is ena...
Alexandru Gheorghe
1
-0
/
+1
2018-11-02
drm: Extend framebuffer_check to handle formats with cpp/char_per_block 0
Alexandru Gheorghe
1
-1
/
+7
2018-11-02
drm/fourcc: Add char_per_block, block_w and block_h in drm_format_info
Alexandru Gheorghe
1
-3
/
+3
2018-09-25
drm: move quirk_addfb_prefer_xbgr_30bpp handling to drm_driver_legacy_fb_form...
Gerd Hoffmann
1
-4
/
+0
2018-09-25
drm: move native byte order quirk to new drm_driver_legacy_fb_format function
Gerd Hoffmann
1
-12
/
+1
2018-09-14
drm: Differentiate the lack of an interface from invalid parameter
Chris Wilson
1
-5
/
+8
2018-09-10
drm: refuse ADDFB2 ioctl for broken bigendian drivers
Gerd Hoffmann
1
-0
/
+24
2018-09-09
drm: extract drm_atomic_uapi.c
Daniel Vetter
1
-0
/
+1
2018-09-06
drm: Reject unknown legacy bpp and depth for drm_mode_addfb ioctl
Chris Wilson
1
-1
/
+6
2018-09-06
drm: fix drm_mode_addfb() on big endian machines.
Gerd Hoffmann
1
-0
/
+11
2018-09-06
drm: do not mask out DRM_FORMAT_BIG_ENDIAN
Gerd Hoffmann
1
-1
/
+1
2018-09-06
drm: replace DRIVER_PREFER_XBGR_30BPP driver flag with mode_config quirk
Gerd Hoffmann
1
-2
/
+2
2018-07-02
drm: Add drm_plane_mask()
Ville Syrjälä
1
-1
/
+1
2018-06-25
drm: Make ioctls available for in-kernel clients
Noralf Trønnes
1
-15
/
+27
2018-06-11
drm: Stop updating plane->crtc/fb/old_fb on atomic drivers
Ville Syrjälä
1
-5
/
+0
2018-05-03
drm: remove all control node code
Daniel Vetter
1
-2
/
+1
2018-03-30
drm: Reshuffle getfb error returns
Daniel Stone
1
-16
/
+18
2018-03-28
Backmerge tag 'v4.16-rc7' into drm-next
Dave Airlie
1
-0
/
+11
2018-03-21
drm: Reject getfb for multi-plane framebuffers
Daniel Stone
1
-0
/
+7
2018-03-12
drm: Fix some coding style issues
Ville Syrjälä
1
-2
/
+3
2018-02-23
drm/nouveau: prefer XBGR2101010 for addfb ioctl
Ilia Mirkin
1
-0
/
+4
2017-12-20
drm/framebuffer: Print task that allocated the fb in debug info.
Maarten Lankhorst
1
-0
/
+2
2017-11-21
Merge airlied/drm-next into drm-misc-next
Daniel Vetter
1
-4
/
+6
2017-11-11
drm/framebuffer: Add framebuffer debugfs file
Noralf Trønnes
1
-0
/
+59
2017-11-10
drm/mode_object: fix documentation for object lookups.
Dave Airlie
1
-0
/
+1
2017-11-08
drm/atomic: Try to preserve the crtc enabled state in drm_atomic_remove_fb, v2.
Maarten Lankhorst
1
-6
/
+17
2017-11-02
drm: Print the fb dimensions when the src coord check fails
Ville Syrjälä
1
-2
/
+3
2017-10-12
drm: Pass struct drm_file * to __drm_mode_object_find [v2]
Keith Packard
1
-4
/
+5
2017-07-26
Merge airlied/drm-next into drm-misc-next
Daniel Vetter
1
-0
/
+1
2017-07-13
drm/atomic: Use the correct iterator macro in atomic_remove_fb
Maarten Lankhorst
1
-1
/
+1
2017-07-03
drm/atomic: Add missing drm_atomic_state_clear to atomic_remove_fb
Maarten Lankhorst
1
-0
/
+1
2017-04-06
drm: extract legacy framebuffer remove
Daniel Vetter
1
-22
/
+115
2017-03-22
drm: Add mode_config .get_format_info() hook
Ville Syrjälä
1
-2
/
+7
2017-03-22
drm: Remove fb hsub/vsub alignment requirement
Ville Syrjälä
1
-4
/
+4
2017-03-22
drm: Share the code to compute color plane dimesions
Ville Syrjälä
1
-10
/
+22
2017-02-28
drm: Introduce drm_framebuffer_{get,put}()
Thierry Reding
1
-17
/
+17
2017-02-28
drm: Rename drm_mode_object_get()
Thierry Reding
1
-2
/
+2
2017-02-28
drm: Convert drm_framebuffer_remove to atomic, v4.
Maarten Lankhorst
1
-0
/
+7
2017-01-25
drm/kms-core: Use recommened kerneldoc for struct member refs
Daniel Vetter
1
-6
/
+6
2016-12-30
drm/doc: use preferred struct reference in kernel-doc
Daniel Vetter
1
-3
/
+3
2016-12-15
drm: Nuke fb->bits_per_pixel
Ville Syrjälä
1
-1
/
+1
2016-12-15
drm: Nuke fb->depth
Ville Syrjälä
1
-1
/
+1
2016-12-15
drm: Add drm_framebuffer_plane_{width,height}()
Ville Syrjälä
1
-0
/
+44
2016-12-15
drm: Reject fbs w/o format info in drm_framebuffer_init()
Ville Syrjälä
1
-1
/
+1
2016-12-15
drm: Populate fb->dev from drm_helper_mode_fill_fb_struct()
Ville Syrjälä
1
-1
/
+4
2016-11-17
drm: Nuke modifier[1-3]
Ville Syrjälä
1
-0
/
+7
2016-11-12
drm: move allocation out of drm_get_format_name()
Eric Engestrom
1
-3
/
+4
[next]