summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/arc
AgeCommit message (Expand)Author
2021-03-02drm/arcpgu: Really delete fileDaniel Vetter
2021-02-25drm/arc: Move to drm/tinyDaniel Vetter
2021-02-25drm/arc: Initialize sim connector before display pipeDaniel Vetter
2021-02-25drm/arc: Inline remaining filesDaniel Vetter
2021-02-25drm/arc: Inline arcpgu_drm_hdmi_initDaniel Vetter
2021-02-25drm/arc: Inline arcpgu_crtc.cDaniel Vetter
2021-02-25drm/arc: Drop crtc check in arc_pgu_updateDaniel Vetter
2021-02-25drm/arc: Convert to drm_simple_kms_pipe_helperDaniel Vetter
2021-02-25drm/arc: Align with simple pipe helpersDaniel Vetter
2021-02-25drm/arc: Use drmm_mode_config_cleanupDaniel Vetter
2021-02-25drm/arc: Drop surplus connector registrationDaniel Vetter
2021-02-25drm/arc: Embedd a drm_connector for sim caseDaniel Vetter
2021-02-25drm/arc: Embedded a drm_simple_display_pipeDaniel Vetter
2021-02-25drm/arc: Delete arcpgu_priv->fbDaniel Vetter
2021-02-25drm/arc: Stop using drm_device->dev_privateDaniel Vetter
2021-02-25drm/arc: Switch to devm_drm_dev_allocDaniel Vetter
2021-02-25drm: Use state helper instead of the plane state pointerMaxime Ripard
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard
2021-02-24drm: Store new plane state in a variable for atomic_update and disableMaxime Ripard
2021-01-05drm: Constify drm_driver in drivers that don't modify itLaurent Pinchart
2021-01-05drm: arc: Remove unnecessary drm_plane_cleanup() wrapperLaurent Pinchart
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard
2020-06-10drm/arc: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPSThomas Zimmermann
2020-06-10drm/arc: Use GEM CMA object functionsThomas Zimmermann
2020-03-18drm: convert .debugfs_init() hook to return void.Wambui Karuga
2020-03-18drm/arc: make arcgpu_debugfs_init() return 0.Wambui Karuga
2020-02-26drm/bridge: Extend bridge API to disable connector creationLaurent Pinchart
2020-01-30drm/arc: Remove sending of vblank eventThomas Zimmermann
2019-12-16DRM: ARC: PGU: add ARGB8888 format to supported format listEugeniy Paltsev
2019-12-16DRM: ARC: PGU: replace unsupported by HW RGB888 format by XRGB888Eugeniy Paltsev
2019-12-16DRM: ARC: PGU: cleanup supported format list codeEugeniy Paltsev
2019-12-16DRM: ARC: PGU: fix framebuffer format switchingEugeniy Paltsev
2019-11-14Merge tag 'arcpgu-updates-2019.07.18' of github.com:abrodkin/linux into drm-nextDave Airlie
2019-08-28drm: Stop including drm_bridge.h from drm_crtc.hBoris Brezillon
2019-07-17drm/arcpgu: rework encoder searchEugeniy Paltsev
2019-06-21drm/arc: Drop drm_gem_prime_export/importDaniel Vetter
2019-06-21drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter
2019-01-24drm/arcpgu: prepare for drmP.h removal from drm_modeset_helper.hSam Ravnborg
2019-01-11drm/arc: Don't set the dpms hookDaniel Vetter
2019-01-09drm/arc: do not rely on drmP.h from drm_gem_cma_helper.hSam Ravnborg
2018-11-24drm: replace "drm_dev_unref" function with "drm_dev_put"Fernando Ramos
2018-11-01drm/arc: Use drm_fbdev_generic_setup()Noralf Trønnes
2018-10-05drm/arcpgu: Use drm_atomic_helper_shutdownDaniel Vetter
2018-10-05drm/arcpgu: Drop transitional hooksDaniel Vetter
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter
2018-07-03drm: add missing ctx argument to plane transitional helpersRussell King
2018-05-25drm/arc: Stop consulting plane->fbVille Syrjälä