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.12.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
/
ast
/
ast_fb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-13
drm/ast: Pin framebuffer BO during dirty update
Thomas Zimmermann
1
-16
/
+16
2019-06-13
drm/ast: Drop fb_debug_enter/leave
Daniel Vetter
1
-2
/
+0
2019-05-22
drm: Rename reserve/unreserve to lock/unlock in GEM VRAM helpers
Thomas Zimmermann
1
-6
/
+5
2019-05-15
drm/ast: Replace mapping code with drm_gem_vram_{kmap/kunmap}()
Thomas Zimmermann
1
-9
/
+14
2019-05-15
drm/ast: Convert AST driver to |struct drm_gem_vram_object|
Thomas Zimmermann
1
-10
/
+13
2019-03-27
drm/ast: Use drm_fb_helper_fill_info
Daniel Vetter
1
-6
/
+1
2019-01-14
drm: move drm_can_sleep() to drm_util.h
Sam Ravnborg
1
-0
/
+2
2019-01-12
drm: Move the legacy kms disable_all helper to crtc helpers
Daniel Vetter
1
-1
/
+1
2019-01-09
Merge tag 'drm-misc-next-2019-01-07-1' of git://anongit.freedesktop.org/drm/d...
Dave Airlie
1
-2
/
+0
2018-12-10
drm/ast: Remove set but not used variable 'bo'
YueHaibing
1
-2
/
+0
2018-12-06
drm/ast: Fix connector leak during driver unload
Sam Bobroff
1
-0
/
+1
2017-08-11
drm/ast: switch to drm_*_get(), drm_*_put() helpers
Cihangir Akturk
1
-1
/
+1
2017-08-04
drm: ast: remove dead code and pointless local lut storage
Peter Rosin
1
-20
/
+0
2017-07-26
drm/<drivers>: Drop fbdev info flags
Daniel Vetter
1
-1
/
+0
2017-02-07
drm/fb-helper: Automatically clean up fb_info
Daniel Vetter
1
-6
/
+3
2017-02-02
drm: Rely on mode_config data for fb_helper initialization
Gabriel Krisman Bertazi
1
-2
/
+1
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-11-14
drm/ast: free correct pointer in astfb_create() error paths
Andrew Donnellan
1
-1
/
+1
2016-08-12
drm: Remove superflous linux/fb.h includes
Daniel Vetter
1
-1
/
+0
2016-06-07
drm/ast: Remove useless drm_fb_get_bpp_depth() call
Laurent Pinchart
1
-3
/
+0
2015-11-24
drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()
Ville Syrjälä
1
-1
/
+1
2015-11-11
drm/ast: Initialized data needed to map fbdev memory
Egbert Eich
1
-0
/
+7
2015-08-06
drm/ast: Use new drm_fb_helper functions
Archit Taneja
1
-31
/
+17
2015-01-21
drm/fb-helper: Propagate errors from initial config failure
Thierry Reding
1
-6
/
+15
2014-09-24
drm/ast: use container_of to resolve ast_fbdev from drm_fb_helper
Fabian Frederick
1
-1
/
+2
2014-07-08
drm: Introduce drm_fb_helper_prepare()
Thierry Reding
1
-1
/
+3
2014-07-08
drm: Constify struct drm_fb_helper_funcs
Thierry Reding
1
-1
/
+1
2014-02-06
drm/mgag200,ast,cirrus: fix regression with drm_can_sleep conversion
Dave Airlie
1
-1
/
+1
2014-01-29
drm: ast,cirrus,mgag200: use drm_can_sleep
Dave Airlie
1
-1
/
+1
2013-06-28
drm/ast: do not attempt to acquire a reservation while in an interrupt handler
Maarten Lankhorst
1
-2
/
+3
2013-05-02
drm/ast: deal with bo reserve fail in dirty update path
Dave Airlie
1
-3
/
+40
2013-02-14
drm/<drivers>: simplify ->fb_probe callback
Daniel Vetter
1
-18
/
+3
2013-02-14
drm/fb-helper: don't disable everything in initial_config
Daniel Vetter
1
-0
/
+5
2013-01-21
drm: revamp framebuffer cleanup interfaces
Daniel Vetter
1
-0
/
+1
2012-10-02
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
1
-3
/
+3
2012-10-02
UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.
David Howells
1
-1
/
+0
2012-05-17
drm: Initial KMS driver for AST (ASpeed Technologies) 2000 series (v2)
Dave Airlie
1
-0
/
+341