aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/drm/drm_modeset_helper_vtables.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-12-13drm/drm_modeset_helper_vtables.h: fix typos/spellosRandy Dunlap1-3/+3
2023-12-03drm: improve the documentation of connector hpd opsAbhinav Kumar1-0/+10
2023-07-29drm: Remove references to removed transitional helpersGeert Uytterhoeven1-27/+21
2023-02-20drm/atomic-helper: Add atomic_enable plane-helper callbackThomas Zimmermann1-1/+28
2023-01-13drm: Define enum mode_set_atomic in drm_modeset_helper_tables.hThomas Zimmermann1-1/+5
2023-01-05drm/probe-helper: enable and disable HPD on connectorsDmitry Baryshkov1-0/+22
2022-11-08drm/atomic-helper: Add {begin,end}_fb_access to plane helpersThomas Zimmermann1-1/+40
2022-04-06drm/drm_modeset_helper_vtables.h: fix a typoSui Jingfeng1-1/+1
2021-06-24drm/atomic-helper: make drm_gem_plane_helper_prepare_fb the defaultDaniel Vetter1-2/+5
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard1-2/+2
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard1-4/+3
2021-02-24drm/atomic: Pass the full state to planes async atomic check and updateMaxime Ripard1-10/+8
2021-02-23drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpersThomas Zimmermann1-1/+1
2021-01-07Merge tag 'du-next-20210105' of git://linuxtv.org/pinchartl/media into drm-nextDaniel Vetter1-1/+7
2021-01-05drm: Add default modes for connectors in unknown stateLaurent Pinchart1-1/+7
2020-12-15drm: Introduce an atomic_commit_setup functionMaxime Ripard1-0/+21
2020-11-20drm: Pass the full state to connectors atomic functionsMaxime Ripard1-7/+6
2020-11-02drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard1-2/+2
2020-11-02drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard1-3/+2
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard1-11/+2
2020-07-13drm/probe_helper: Add drm_connector_helper_funcs.mode_valid_ctxLyude Paul1-0/+42
2020-04-07drm: writeback: document callbacksSam Ravnborg1-0/+27
2020-02-15drm: drop unused drm_crtc callbackSam Ravnborg1-16/+0
2020-02-13drm: Add get_vblank_timestamp() to struct drm_crtc_funcsThomas Zimmermann1-2/+2
2020-02-13drm: Add get_scanout_position() to struct drm_crtc_helper_funcsThomas Zimmermann1-0/+47
2019-09-16drm/connector: Share with non-atomic drivers the function to get the single encoderJosé Roberto de Souza1-4/+3
2019-06-19Merge v5.2-rc5 into drm-nextDaniel Vetter1-0/+8
2019-06-13drm: Convert connector_helper_funcs->atomic_check to accept drm_atomic_stateSean Paul1-1/+1
2019-06-13drm: Add atomic variants of enable/disable to encoder helper funcsSean Paul1-0/+49
2019-06-12drm: Tweak drm_encoder_helper_funcs.enable kerneldocSean Paul1-5/+5
2019-06-04drm: don't block fb changes for async plane updatesHelen Koike1-0/+8
2019-04-15BackMerge v5.1-rc5 into drm-nextDave Airlie1-0/+4
2019-03-29drm/atomic-helper: Make atomic_enable/disable crtc callbacks optionalRodrigo Siqueira1-0/+4
2019-03-18drm: writeback: Add job prepare and cleanup operationsLaurent Pinchart1-0/+7
2019-02-04drm: Trivial comment grammar cleanupsMatt Roper1-1/+1
2018-07-13drm: drop _mode_ from update_edit_property()Daniel Vetter1-1/+1
2018-07-07drm/connector: Make ->atomic_commit() optionalBoris Brezillon1-0/+2
2018-07-07drm/connector: Pass a drm_connector_state to ->atomic_commit()Boris Brezillon1-1/+3
2018-06-20drm: Add writeback connector typeBrian Starkey1-0/+11
2018-04-24drm/atomic: better doc for implicit vs explicit fencingDaniel Vetter1-1/+4
2017-11-07drm/edid: make drm_edid_to_eld() staticJani Nikula1-3/+0
2017-09-01drm/vtables: Fix typoThierry Reding1-1/+1
2017-08-07drm: remove unused and redundant callbacksPeter Rosin1-16/+0
2017-07-31drm: Fix kerneldoc for atomic_async_updateDaniel Vetter1-3/+3
2017-07-03drm/atomic: initial support for asynchronous plane updateGustavo Padovan1-0/+50
2017-06-30drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart1-25/+31
2017-06-22drm: Add drm_atomic_helper_wait_for_flip_done()Boris Brezillon1-1/+2
2017-05-23drm/doc: Clarify mode_fixup vs. atomic_check a bit moreDaniel Vetter1-2/+13
2017-05-23drm/doc: Document adjusted/request modes a bit betterDaniel Vetter1-2/+4
2017-05-23drm: Add crtc/encoder/bridge->mode_valid() callbacksJose Abreu1-33/+101