index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
ast
/
ast_drv.h
Age
Commit message (
Expand
)
Author
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 VRAM MM
Thomas Zimmermann
2019-05-15
drm/ast: Convert AST driver to |struct drm_gem_vram_object|
Thomas Zimmermann
2019-04-03
Merge branch 'drm-next-5.2' of git://people.freedesktop.org/~agd5f/linux into...
Dave Airlie
2019-03-27
drm/ast: Use drm_fb_helper_fill_info
Daniel Vetter
2019-03-19
drm/ttm: Define a single DRM_FILE_PAGE_OFFSET constant
Thomas Zimmermann
2018-11-05
drm/ttm: initialize globals during device init (v2)
Christian König
2018-11-05
drm/ttm: use a static ttm_mem_global instance
Christian König
2017-08-10
Merge tag 'drm-misc-next-2017-08-08' of git://anongit.freedesktop.org/git/drm...
Dave Airlie
2017-08-04
drm: ast: remove dead code and pointless local lut storage
Peter Rosin
2017-08-02
drm/ast: Actually load DP501 firmware when required
Egbert Eich
2017-02-28
drm/ast: Base support for AST2500
Y.C. Chen
2017-02-28
drm/ast: const'ify mode setting tables
Benjamin Herrenschmidt
2017-02-28
drm/ast: Handle configuration without P2A bridge
Russell Currey
2017-02-23
Merge tag 'v4.10-rc8' into drm-next
Dave Airlie
2017-01-27
drm/ast: Fixed system hanged if disable P2A
Y.C. Chen
2017-01-09
drm: Change the return type of the unload hook to void
Gabriel Krisman Bertazi
2016-12-18
drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h>
Laurent Pinchart
2016-05-04
drm/ttm: remove use_ticket parameter from ttm_bo_reserve
Christian König
2015-11-24
drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()
Ville Syrjälä
2015-11-24
drm: Remove unused fbdev_list members
Lukas Wunner
2015-11-11
drm/ast: Initialized data needed to map fbdev memory
Egbert Eich
2014-09-24
drm: Extract <drm/drm_gem.h>
Daniel Vetter
2014-09-15
drm/ast: POST chip at probe time if VGA not enabled
Benjamin Herrenschmidt
2014-09-15
drm/ast: Try to use MMIO registers when PIO isn't supported
Benjamin Herrenschmidt
2014-08-27
drm/ttm: move fpfn and lpfn into each placement v2
Christian König
2014-07-22
drm/ttm: Fix a few sparse warnings
Thierry Reding
2014-05-19
drm/ast: initial DP501 support (v0.2)
Dave Airlie
2014-05-19
drm/ast: add AST 2400 support.
Dave Airlie
2014-05-19
drm/ast: add widescreen + rb modes from X.org driver (v2)
Dave Airlie
2013-10-09
drm: kill ->gem_init_object() and friends
David Herrmann
2013-09-12
drm/ast: fix the ast open key function
Dave Airlie
2013-08-07
drm/gem: create drm_gem_dumb_destroy
Daniel Vetter
2013-06-28
drm/ast: inline reservations
Maarten Lankhorst
2013-05-02
drm/ast: deal with bo reserve fail in dirty update path
Dave Airlie
2013-01-20
drm: only take the crtc lock for ->cursor_set
Daniel Vetter
2012-10-03
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2012-10-02
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
2012-08-24
drm/ast: remove unused validate_sequence
Maarten Lankhorst
2012-05-17
drm: Initial KMS driver for AST (ASpeed Technologies) 2000 series (v2)
Dave Airlie