aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ast/ast_drv.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-10drm/ast: Store VBIOS mode info in struct ast_crtc_stateThomas Zimmermann1-0/+2
2019-12-10drm/ast: Introduce struct ast_crtc_stateThomas Zimmermann1-0/+6
2019-11-08drm/ast: Add cursor planeThomas Zimmermann1-0/+1
2019-11-08drm/ast: Add primary planeThomas Zimmermann1-0/+2
2019-11-08drm/ast: Remove last traces of struct ast_gem_objectThomas Zimmermann1-6/+0
2019-10-04drm/ast: Allocate cursor BOs at high end of video memoryThomas Zimmermann1-19/+24
2019-07-15drm/ast: drop use of drmP.hSam Ravnborg1-8/+9
2019-07-09drm/ast: Replace struct ast_fbdev with generic framebuffer emulationThomas Zimmermann1-17/+0
2019-06-28drm/ast: Replace struct ast_framebuffer with GEM framebuffer helpersThomas Zimmermann1-12/+0
2019-06-13drm/ast: Remove obsolete or unused cursor stateThomas Zimmermann1-7/+0
2019-05-15drm/ast: Replace mapping code with drm_gem_vram_{kmap/kunmap}()Thomas Zimmermann1-1/+0
2019-05-15drm/ast: Convert AST driver to VRAM MMThomas Zimmermann1-16/+2
2019-05-15drm/ast: Convert AST driver to |struct drm_gem_vram_object|Thomas Zimmermann1-51/+1
2019-04-03Merge branch 'drm-next-5.2' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-2/+0
2019-03-27drm/ast: Use drm_fb_helper_fill_infoDaniel Vetter1-1/+1
2019-03-19drm/ttm: Define a single DRM_FILE_PAGE_OFFSET constantThomas Zimmermann1-2/+0
2018-11-05drm/ttm: initialize globals during device init (v2)Christian König1-1/+0
2018-11-05drm/ttm: use a static ttm_mem_global instanceChristian König1-1/+0
2017-08-10Merge tag 'drm-misc-next-2017-08-08' of git://anongit.freedesktop.org/git/drm-misc into drm-nextDave Airlie1-1/+0
2017-08-04drm: ast: remove dead code and pointless local lut storagePeter Rosin1-1/+0
2017-08-02drm/ast: Actually load DP501 firmware when requiredEgbert Eich1-2/+1
2017-02-28drm/ast: Base support for AST2500Y.C. Chen1-0/+2
2017-02-28drm/ast: const'ify mode setting tablesBenjamin Herrenschmidt1-2/+2
2017-02-28drm/ast: Handle configuration without P2A bridgeRussell Currey1-1/+5
2017-02-23Merge tag 'v4.10-rc8' into drm-nextDave Airlie1-0/+1
2017-01-27drm/ast: Fixed system hanged if disable P2AY.C. Chen1-0/+1
2017-01-09drm: Change the return type of the unload hook to voidGabriel Krisman Bertazi1-1/+1
2016-12-18drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h>Laurent Pinchart1-0/+1
2016-05-04drm/ttm: remove use_ticket parameter from ttm_bo_reserveChristian König1-1/+1
2015-11-24drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä1-1/+1
2015-11-24drm: Remove unused fbdev_list membersLukas Wunner1-1/+0
2015-11-11drm/ast: Initialized data needed to map fbdev memoryEgbert Eich1-0/+1
2014-09-24drm: Extract <drm/drm_gem.h>Daniel Vetter1-0/+2
2014-09-15drm/ast: POST chip at probe time if VGA not enabledBenjamin Herrenschmidt1-0/+3
2014-09-15drm/ast: Try to use MMIO registers when PIO isn't supportedBenjamin Herrenschmidt1-1/+4
2014-08-27drm/ttm: move fpfn and lpfn into each placement v2Christian König1-1/+1
2014-07-22drm/ttm: Fix a few sparse warningsThierry Reding1-1/+1
2014-05-19drm/ast: initial DP501 support (v0.2)Dave Airlie1-0/+22
2014-05-19drm/ast: add AST 2400 support.Dave Airlie1-0/+1
2014-05-19drm/ast: add widescreen + rb modes from X.org driver (v2)Dave Airlie1-0/+1
2013-10-09drm: kill ->gem_init_object() and friendsDavid Herrmann1-1/+0
2013-09-12drm/ast: fix the ast open key functionDave Airlie1-1/+1
2013-08-07drm/gem: create drm_gem_dumb_destroyDaniel Vetter1-3/+0
2013-06-28drm/ast: inline reservationsMaarten Lankhorst1-2/+18
2013-05-02drm/ast: deal with bo reserve fail in dirty update pathDave Airlie1-0/+2
2013-01-20drm: only take the crtc lock for ->cursor_setDaniel Vetter1-0/+2
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-1/+0
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-6/+6
2012-08-24drm/ast: remove unused validate_sequenceMaarten Lankhorst1-1/+0
2012-05-17drm: Initial KMS driver for AST (ASpeed Technologies) 2000 series (v2)Dave Airlie1-0/+356