summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ast/ast_drv.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/ast: Use managed MM initializationThomas Zimmermann2020-07-201-1/+0
* drm/ast: Move VRAM size detection to ast_mm.cThomas Zimmermann2020-07-201-1/+0
* drm/ast: Initialize mode setting in ast_mode_config_init()Thomas Zimmermann2020-07-071-1/+1
* drm/ast: Use managed mode-config initThomas Zimmermann2020-07-071-1/+0
* drm/ast: Replace struct ast_crtc with struct drm_crtcThomas Zimmermann2020-07-071-5/+0
* drm/ast: Managed cursor releaseThomas Zimmermann2020-07-071-1/+0
* drm/ast: Keep cursor HW BOs mappedThomas Zimmermann2020-07-071-2/+3
* drm/ast: Add helper to hide cursorThomas Zimmermann2020-07-071-0/+1
* drm/ast: Replace ast_cursor_move() with ast_cursor_show()Thomas Zimmermann2020-07-071-2/+2
* drm/ast: Move cursor pageflip into helperThomas Zimmermann2020-07-071-1/+1
* drm/ast: Move cursor fb pinning and mapping into helperThomas Zimmermann2020-07-071-2/+1
* drm/ast: Pass struct ast_private instance to cursor init/fini functionsThomas Zimmermann2020-07-071-2/+2
* drm/ast: Move cursor functions to ast_cursor.cThomas Zimmermann2020-07-071-0/+9
* drm/ast: Upcast from DRM device to ast structure via to_ast_private()Thomas Zimmermann2020-06-221-0/+5
* drm/ast: Remove unused code paths for AST 1180Thomas Zimmermann2020-06-221-2/+0
* drm/ast: Use simple encoderThomas Zimmermann2020-03-021-5/+1
* drm/ast: Store primary-plane format in struct ast_crtc_stateThomas Zimmermann2019-12-101-0/+3
* drm/ast: Store VBIOS mode info in struct ast_crtc_stateThomas Zimmermann2019-12-101-0/+2
* drm/ast: Introduce struct ast_crtc_stateThomas Zimmermann2019-12-101-0/+6
* drm/ast: Add cursor planeThomas Zimmermann2019-11-081-0/+1
* drm/ast: Add primary planeThomas Zimmermann2019-11-081-0/+2
* drm/ast: Remove last traces of struct ast_gem_objectThomas Zimmermann2019-11-081-6/+0
* drm/ast: Allocate cursor BOs at high end of video memoryThomas Zimmermann2019-10-041-19/+24
* drm/ast: drop use of drmP.hSam Ravnborg2019-07-151-8/+9
* drm/ast: Replace struct ast_fbdev with generic framebuffer emulationThomas Zimmermann2019-07-091-17/+0
* drm/ast: Replace struct ast_framebuffer with GEM framebuffer helpersThomas Zimmermann2019-06-281-12/+0
* drm/ast: Remove obsolete or unused cursor stateThomas Zimmermann2019-06-131-7/+0
* drm/ast: Replace mapping code with drm_gem_vram_{kmap/kunmap}()Thomas Zimmermann2019-05-151-1/+0
* drm/ast: Convert AST driver to VRAM MMThomas Zimmermann2019-05-151-16/+2
* drm/ast: Convert AST driver to |struct drm_gem_vram_object|Thomas Zimmermann2019-05-151-51/+1
* Merge branch 'drm-next-5.2' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2019-04-031-2/+0
|\
| * drm/ttm: Define a single DRM_FILE_PAGE_OFFSET constantThomas Zimmermann2019-03-191-2/+0
* | drm/ast: Use drm_fb_helper_fill_infoDaniel Vetter2019-03-271-1/+1
|/
* drm/ttm: initialize globals during device init (v2)Christian König2018-11-051-1/+0
* drm/ttm: use a static ttm_mem_global instanceChristian König2018-11-051-1/+0
* Merge tag 'drm-misc-next-2017-08-08' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-08-101-1/+0
|\
| * drm: ast: remove dead code and pointless local lut storagePeter Rosin2017-08-041-1/+0
* | drm/ast: Actually load DP501 firmware when requiredEgbert Eich2017-08-021-2/+1
|/
* drm/ast: Base support for AST2500Y.C. Chen2017-02-281-0/+2
* drm/ast: const'ify mode setting tablesBenjamin Herrenschmidt2017-02-281-2/+2
* drm/ast: Handle configuration without P2A bridgeRussell Currey2017-02-281-1/+5
* Merge tag 'v4.10-rc8' into drm-nextDave Airlie2017-02-231-0/+1
|\
| * drm/ast: Fixed system hanged if disable P2AY.C. Chen2017-01-271-0/+1
* | drm: Change the return type of the unload hook to voidGabriel Krisman Bertazi2017-01-091-1/+1
* | drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h>Laurent Pinchart2016-12-181-0/+1
|/
* drm/ttm: remove use_ticket parameter from ttm_bo_reserveChristian König2016-05-051-1/+1
* drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä2015-11-241-1/+1
* drm: Remove unused fbdev_list membersLukas Wunner2015-11-241-1/+0
* drm/ast: Initialized data needed to map fbdev memoryEgbert Eich2015-11-111-0/+1
* drm: Extract <drm/drm_gem.h>Daniel Vetter2014-09-241-0/+2