summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ast/ast_drv.h
AgeCommit message (Expand)Author
2020-07-20drm/ast: Use managed MM initializationThomas Zimmermann
2020-07-20drm/ast: Move VRAM size detection to ast_mm.cThomas Zimmermann
2020-07-07drm/ast: Initialize mode setting in ast_mode_config_init()Thomas Zimmermann
2020-07-07drm/ast: Use managed mode-config initThomas Zimmermann
2020-07-07drm/ast: Replace struct ast_crtc with struct drm_crtcThomas Zimmermann
2020-07-07drm/ast: Managed cursor releaseThomas Zimmermann
2020-07-07drm/ast: Keep cursor HW BOs mappedThomas Zimmermann
2020-07-07drm/ast: Add helper to hide cursorThomas Zimmermann
2020-07-07drm/ast: Replace ast_cursor_move() with ast_cursor_show()Thomas Zimmermann
2020-07-07drm/ast: Move cursor pageflip into helperThomas Zimmermann
2020-07-07drm/ast: Move cursor fb pinning and mapping into helperThomas Zimmermann
2020-07-07drm/ast: Pass struct ast_private instance to cursor init/fini functionsThomas Zimmermann
2020-07-07drm/ast: Move cursor functions to ast_cursor.cThomas Zimmermann
2020-06-22drm/ast: Upcast from DRM device to ast structure via to_ast_private()Thomas Zimmermann
2020-06-22drm/ast: Remove unused code paths for AST 1180Thomas Zimmermann
2020-03-02drm/ast: Use simple encoderThomas Zimmermann
2019-12-10drm/ast: Store primary-plane format in struct ast_crtc_stateThomas Zimmermann
2019-12-10drm/ast: Store VBIOS mode info in struct ast_crtc_stateThomas Zimmermann
2019-12-10drm/ast: Introduce struct ast_crtc_stateThomas Zimmermann
2019-11-08drm/ast: Add cursor planeThomas Zimmermann
2019-11-08drm/ast: Add primary planeThomas Zimmermann
2019-11-08drm/ast: Remove last traces of struct ast_gem_objectThomas Zimmermann
2019-10-04drm/ast: Allocate cursor BOs at high end of video memoryThomas Zimmermann
2019-07-15drm/ast: drop use of drmP.hSam Ravnborg
2019-07-09drm/ast: Replace struct ast_fbdev with generic framebuffer emulationThomas Zimmermann
2019-06-28drm/ast: Replace struct ast_framebuffer with GEM framebuffer helpersThomas Zimmermann
2019-06-13drm/ast: Remove obsolete or unused cursor stateThomas Zimmermann
2019-05-15drm/ast: Replace mapping code with drm_gem_vram_{kmap/kunmap}()Thomas Zimmermann
2019-05-15drm/ast: Convert AST driver to VRAM MMThomas Zimmermann
2019-05-15drm/ast: Convert AST driver to |struct drm_gem_vram_object|Thomas Zimmermann
2019-04-03Merge branch 'drm-next-5.2' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie
2019-03-27drm/ast: Use drm_fb_helper_fill_infoDaniel Vetter
2019-03-19drm/ttm: Define a single DRM_FILE_PAGE_OFFSET constantThomas Zimmermann
2018-11-05drm/ttm: initialize globals during device init (v2)Christian König
2018-11-05drm/ttm: use a static ttm_mem_global instanceChristian König
2017-08-10Merge tag 'drm-misc-next-2017-08-08' of git://anongit.freedesktop.org/git/drm...Dave Airlie
2017-08-04drm: ast: remove dead code and pointless local lut storagePeter Rosin
2017-08-02drm/ast: Actually load DP501 firmware when requiredEgbert Eich
2017-02-28drm/ast: Base support for AST2500Y.C. Chen
2017-02-28drm/ast: const'ify mode setting tablesBenjamin Herrenschmidt
2017-02-28drm/ast: Handle configuration without P2A bridgeRussell Currey
2017-02-23Merge tag 'v4.10-rc8' into drm-nextDave Airlie
2017-01-27drm/ast: Fixed system hanged if disable P2AY.C. Chen
2017-01-09drm: Change the return type of the unload hook to voidGabriel Krisman Bertazi
2016-12-18drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h>Laurent Pinchart
2016-05-04drm/ttm: remove use_ticket parameter from ttm_bo_reserveChristian König
2015-11-24drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä
2015-11-24drm: Remove unused fbdev_list membersLukas Wunner
2015-11-11drm/ast: Initialized data needed to map fbdev memoryEgbert Eich
2014-09-24drm: Extract <drm/drm_gem.h>Daniel Vetter