summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/arc/arcpgu_crtc.c
Commit message (Expand)AuthorAgeFilesLines
* drm/arcpgu: Really delete fileDaniel Vetter2021-03-021-161/+0
* drm/arc: Drop crtc check in arc_pgu_updateDaniel Vetter2021-02-251-1/+1
* drm/arc: Convert to drm_simple_kms_pipe_helperDaniel Vetter2021-02-251-81/+27
* drm/arc: Align with simple pipe helpersDaniel Vetter2021-02-251-5/+5
* drm/arc: Use drmm_mode_config_cleanupDaniel Vetter2021-02-251-3/+1
* drm/arc: Embedded a drm_simple_display_pipeDaniel Vetter2021-02-251-6/+3
* drm/arc: Stop using drm_device->dev_privateDaniel Vetter2021-02-251-2/+2
* drm: Use state helper instead of the plane state pointerMaxime Ripard2021-02-251-1/+3
* drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard2021-02-251-1/+1
* drm: Store new plane state in a variable for atomic_update and disableMaxime Ripard2021-02-241-3/+4
* drm: arc: Remove unnecessary drm_plane_cleanup() wrapperLaurent Pinchart2021-01-051-7/+2
* drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard2020-10-091-2/+2
* drm/arc: Remove sending of vblank eventThomas Zimmermann2020-01-301-16/+0
* DRM: ARC: PGU: add ARGB8888 format to supported format listEugeniy Paltsev2019-12-161-0/+1
* DRM: ARC: PGU: replace unsupported by HW RGB888 format by XRGB888Eugeniy Paltsev2019-12-161-3/+3
* DRM: ARC: PGU: cleanup supported format list codeEugeniy Paltsev2019-12-161-14/+11
* DRM: ARC: PGU: fix framebuffer format switchingEugeniy Paltsev2019-12-161-5/+7
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-10/+1
* drm: Split out drm_probe_helper.hDaniel Vetter2019-01-241-1/+1
* drm/arc: do not rely on drmP.h from drm_gem_cma_helper.hSam Ravnborg2019-01-091-0/+2
* drm/arcpgu: Use drm_atomic_helper_shutdownDaniel Vetter2018-10-051-1/+0
* drm/arcpgu: Drop transitional hooksDaniel Vetter2018-10-051-2/+0
* drm: add missing ctx argument to plane transitional helpersRussell King2018-07-031-1/+1
* drm/arc: Stop consulting plane->fbVille Syrjälä2018-05-251-3/+0
* Merge tag 'drm-misc-next-2017-08-08' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-08-101-0/+1
|\
| * drm: Plumb modifiers through plane initBen Widawsky2017-08-011-0/+1
* | drm: arcpgu: Allow some clock deviation in crtc->mode_valid() callbackJose Abreu2017-08-031-3/+4
|/
* drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()Laurent Pinchart2017-06-301-2/+3
* drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart2017-06-301-2/+3
* drm: arcpgu: Remove CRTC .prepare() helper operationLaurent Pinchart2017-06-281-1/+0
* drm: arcpgu: Remove CRTC .commit() helper operationLaurent Pinchart2017-06-281-1/+0
* drm: arcpgu: arc_pgu_crtc_mode_valid() can be statickbuild test robot2017-06-231-2/+2
* drm: arcpgu: Use crtc->mode_valid() callbackJose Abreu2017-06-221-15/+14
* drm: Nuke fb->pixel_formatVille Syrjälä2016-12-151-1/+1
* drm/arcpgu: Add local 'fb' variablesVille Syrjälä2016-12-141-1/+2
* drm: Don't implement empty prepare_fb()/cleanup_fb()Laurent Pinchart2016-08-191-2/+0
* drm/arc: Actually bother with handling atomic events.Daniel Vetter2016-06-101-7/+5
* drm/arc: Nuke event_listDaniel Vetter2016-06-091-4/+0
* drm: Add support of ARC PGU display controllerCarlos Palminha2016-04-261-0/+257