summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/arc/arcpgu_crtc.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-30drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()Laurent Pinchart1-2/+3
2017-06-30drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart1-2/+3
2017-06-28drm: arcpgu: Remove CRTC .prepare() helper operationLaurent Pinchart1-1/+0
2017-06-28drm: arcpgu: Remove CRTC .commit() helper operationLaurent Pinchart1-1/+0
2017-06-23drm: arcpgu: arc_pgu_crtc_mode_valid() can be statickbuild test robot1-2/+2
2017-06-22drm: arcpgu: Use crtc->mode_valid() callbackJose Abreu1-15/+14
2016-12-15drm: Nuke fb->pixel_formatVille Syrjälä1-1/+1
2016-12-14drm/arcpgu: Add local 'fb' variablesVille Syrjälä1-1/+2
2016-08-19drm: Don't implement empty prepare_fb()/cleanup_fb()Laurent Pinchart1-2/+0
2016-06-10drm/arc: Actually bother with handling atomic events.Daniel Vetter1-7/+5
2016-06-09drm/arc: Nuke event_listDaniel Vetter1-4/+0
2016-04-26drm: Add support of ARC PGU display controllerCarlos Palminha1-0/+257