summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_simple_kms_helper.c
Commit message (Expand)AuthorAgeFilesLines
* drm/simple-kms: Remove drm_gem_simple_display_pipe_prepare_fb()Thomas Zimmermann2022-12-051-1/+1
* drm/atomic-helper: Add {begin,end}_fb_access to plane helpersThomas Zimmermann2022-11-081-0/+26
* drm/atomic-helper: Replace drm_atomic_helper_check_crtc_state()Thomas Zimmermann2022-10-081-1/+5
* drm/atomic-helper: Remove _HELPER_ infix from DRM_PLANE_HELPER_NO_SCALINGThomas Zimmermann2022-07-261-2/+2
* drm/atomic-helper: Move DRM_PLANE_HELPER_NO_SCALING to atomic helpersThomas Zimmermann2022-07-261-1/+0
* drm/simple-kms: Use drm_atomic_helper_check_crtc_state()Thomas Zimmermann2022-06-271-8/+6
* drm/simple-kms: Support custom CRTC stateThomas Zimmermann2021-08-081-3/+36
* drm/simple-helper: drm_gem_simple_display_pipe_prepare_fb as defaultDaniel Vetter2021-06-241-2/+10
* drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard2021-02-251-1/+3
* drm: Use the state pointer directly in planes atomic_checkMaxime Ripard2021-02-241-1/+1
* drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard2021-02-241-1/+3
* drm/simple-kms: Add plane-state helpersThomas Zimmermann2021-02-081-3/+37
* drm/simple_kms_helper: add drmm_simple_encoder_alloc()Philipp Zabel2021-01-041-2/+12
* drm: Use the state pointer directly in atomic_checkMaxime Ripard2020-11-031-1/+1
* drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard2020-11-021-4/+6
* drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard2020-10-091-2/+2
* drm/simple-kms: Fix documentation for drm_simple_encoder_init()Thomas Zimmermann2020-03-061-2/+12
* drm/simple-kms: Add drm_simple_encoder_{init,create}()Thomas Zimmermann2020-03-021-3/+31
* drm/bridge: Extend bridge API to disable connector creationLaurent Pinchart2020-02-261-1/+1
* drm/simple-kms: Standardize arguments for callbacksDaniel Vetter2019-10-241-1/+1
* drm: Stop including drm_bridge.h from drm_crtc.hBoris Brezillon2019-08-281-0/+1
* Merge v5.2-rc5 into drm-nextDaniel Vetter2019-06-191-5/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* | drm: drop use of drmP.h in drm/*Sam Ravnborg2019-05-271-2/+3
|/
* drm: Split out drm_probe_helper.hDaniel Vetter2019-01-241-1/+1
* drm/tinydrm: Advertise that we can do only DRM_FORMAT_MOD_LINEAR.Eric Anholt2018-10-301-0/+8
* drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter2018-07-131-1/+1
* drm: Use drm_crtc_mask()Ville Syrjälä2018-07-021-1/+1
* drm: Add drm_plane_mask()Ville Syrjälä2018-07-021-1/+1
* drm/simple-kms-helper: Plumb plane state to the enable hookVille Syrjälä2018-03-281-1/+3
* drm: Don't pass clip to drm_atomic_helper_check_plane_state()Ville Syrjälä2018-03-051-4/+0
* drm/simple_kms_helper: Add {enable|disable}_vblank callback supportOleksandr Andrushchenko2018-02-221-0/+24
* drm/simple_kms_helper: Fix NULL pointer dereference with no active CRTCOleksandr Andrushchenko2018-02-221-7/+3
* drm: simple_kms_helper: Add mode_valid() callback supportLinus Walleij2018-02-201-0/+15
* drm/simple_kms_helper: Use drm_mode_get_hv_timing() to populate plane clip re...Ville Syrjälä2018-01-231-2/+3
* drm: Move drm_plane_helper_check_state() into drm_atomic_helper.cVille Syrjälä2017-11-201-4/+5
* drm: Check crtc_state->enable rather than crtc->enabled in drm_plane_helper_c...Ville Syrjälä2017-11-201-1/+1
* drm: Plumb modifiers through plane initBen Widawsky2017-08-011-0/+3
* drm/simple-kms-helper: Fix the check for the mismatch between plane and CRTC ...Maarten Lankhorst2017-07-131-3/+7
* 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: Clarify the role of plane_state argument to drm_simple update().Eric Anholt2017-03-301-2/+2
* drm/atomic: Convert get_existing_state callers to get_old/new_state, v4.Maarten Lankhorst2017-03-061-2/+2
* drm/doc: use preferred struct reference in kernel-docDaniel Vetter2016-12-301-1/+1
* drm: bridge: Detach bridge from encoder at encoder cleanup timeLaurent Pinchart2016-12-181-17/+0
* drm: bridge: Link encoder and bridge in core codeLaurent Pinchart2016-12-181-3/+1
* drm: simple_kms_helper: Add prepare_fb and cleanup_fb hooksMarek Vasut2016-10-051-0/+26
* drm: simple_kms_helper: add support for bridgesAndrea Merello2016-08-291-0/+40
* drm: simple_kms_helper: make connector optional at init timeAndrea Merello2016-08-291-3/+8
* drm/simple-helpers: Always add planes to the state updateDaniel Vetter2016-08-251-0/+7