index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
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
2019-07-09
drm/ast: Replace struct ast_fbdev with generic framebuffer emulation
Thomas Zimmermann
2019-06-28
drm/ast: Replace struct ast_framebuffer with GEM framebuffer helpers
Thomas Zimmermann
2019-06-13
drm/ast: Pin framebuffer BO during dirty update
Thomas Zimmermann
2019-06-13
drm/ast: Drop fb_debug_enter/leave
Daniel Vetter
2019-05-22
drm: Rename reserve/unreserve to lock/unlock in GEM VRAM helpers
Thomas Zimmermann
2019-05-15
drm/ast: Replace mapping code with drm_gem_vram_{kmap/kunmap}()
Thomas Zimmermann
2019-05-15
drm/ast: Convert AST driver to |struct drm_gem_vram_object|
Thomas Zimmermann
2019-03-27
drm/ast: Use drm_fb_helper_fill_info
Daniel Vetter
2019-01-14
drm: move drm_can_sleep() to drm_util.h
Sam Ravnborg
2019-01-11
drm: Move the legacy kms disable_all helper to crtc helpers
Daniel Vetter
2019-01-10
Merge tag 'drm-misc-next-2019-01-07-1' of git://anongit.freedesktop.org/drm/d...
Dave Airlie
2018-12-10
drm/ast: Remove set but not used variable 'bo'
YueHaibing
2018-12-06
drm/ast: Fix connector leak during driver unload
Sam Bobroff
2017-08-11
drm/ast: switch to drm_*_get(), drm_*_put() helpers
Cihangir Akturk
2017-08-04
drm: ast: remove dead code and pointless local lut storage
Peter Rosin
2017-07-26
drm/<drivers>: Drop fbdev info flags
Daniel Vetter
2017-02-07
drm/fb-helper: Automatically clean up fb_info
Daniel Vetter
2017-02-02
drm: Rely on mode_config data for fb_helper initialization
Gabriel Krisman Bertazi
2016-12-15
drm: Nuke fb->bits_per_pixel
Ville Syrjälä
2016-12-15
drm: Nuke fb->depth
Ville Syrjälä
2016-11-14
drm/ast: free correct pointer in astfb_create() error paths
Andrew Donnellan
2016-08-12
drm: Remove superflous linux/fb.h includes
Daniel Vetter
2016-06-07
drm/ast: Remove useless drm_fb_get_bpp_depth() call
Laurent Pinchart
2015-11-24
drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()
Ville Syrjälä
2015-11-11
drm/ast: Initialized data needed to map fbdev memory
Egbert Eich
2015-08-06
drm/ast: Use new drm_fb_helper functions
Archit Taneja
2015-01-21
drm/fb-helper: Propagate errors from initial config failure
Thierry Reding
2014-09-24
drm/ast: use container_of to resolve ast_fbdev from drm_fb_helper
Fabian Frederick
2014-07-08
drm: Introduce drm_fb_helper_prepare()
Thierry Reding
2014-07-08
drm: Constify struct drm_fb_helper_funcs
Thierry Reding
2014-02-06
drm/mgag200,ast,cirrus: fix regression with drm_can_sleep conversion
Dave Airlie
2014-01-29
drm: ast,cirrus,mgag200: use drm_can_sleep
Dave Airlie
2013-06-28
drm/ast: do not attempt to acquire a reservation while in an interrupt handler
Maarten Lankhorst
2013-05-02
drm/ast: deal with bo reserve fail in dirty update path
Dave Airlie
2013-02-14
drm/<drivers>: simplify ->fb_probe callback
Daniel Vetter
2013-02-14
drm/fb-helper: don't disable everything in initial_config
Daniel Vetter
2013-01-20
drm: revamp framebuffer cleanup interfaces
Daniel Vetter
2012-10-02
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
2012-10-02
UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.
David Howells
2012-05-17
drm: Initial KMS driver for AST (ASpeed Technologies) 2000 series (v2)
Dave Airlie