summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ast/ast_fb.c
Commit message (Expand)AuthorAgeFilesLines
* drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä2015-11-241-1/+1
* drm/ast: Initialized data needed to map fbdev memoryEgbert Eich2015-11-111-0/+7
* drm/ast: Use new drm_fb_helper functionsArchit Taneja2015-08-061-31/+17Star
* drm/fb-helper: Propagate errors from initial config failureThierry Reding2015-01-211-6/+15
* drm/ast: use container_of to resolve ast_fbdev from drm_fb_helperFabian Frederick2014-09-241-1/+2
* drm: Introduce drm_fb_helper_prepare()Thierry Reding2014-07-081-1/+3
* drm: Constify struct drm_fb_helper_funcsThierry Reding2014-07-081-1/+1
* drm/mgag200,ast,cirrus: fix regression with drm_can_sleep conversionDave Airlie2014-02-061-1/+1
* drm: ast,cirrus,mgag200: use drm_can_sleepDave Airlie2014-01-291-1/+1
* drm/ast: do not attempt to acquire a reservation while in an interrupt handlerMaarten Lankhorst2013-06-281-2/+3
* drm/ast: deal with bo reserve fail in dirty update pathDave Airlie2013-05-021-3/+40
* drm/<drivers>: simplify ->fb_probe callbackDaniel Vetter2013-02-141-18/+3Star
* drm/fb-helper: don't disable everything in initial_configDaniel Vetter2013-02-141-0/+5
* drm: revamp framebuffer cleanup interfacesDaniel Vetter2013-01-201-0/+1
* UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-021-3/+3
* UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells2012-10-021-1/+0Star
* drm: Initial KMS driver for AST (ASpeed Technologies) 2000 series (v2)Dave Airlie2012-05-171-0/+341