summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/meson
Commit message (Expand)AuthorAgeFilesLines
* drm/meson: fix shutdown crash when component not probedNeil Armstrong2021-05-251-4/+5
* drm/meson: Fix few typoBhaskar Chowdhury2021-03-191-1/+1
* Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-03-162-36/+46
|\
| * drm: Use state helper instead of the plane state pointerMaxime Ripard2021-02-252-2/+4
| * drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard2021-02-252-4/+4
| * drm: Rename plane->state variables in atomic update and disableMaxime Ripard2021-02-242-18/+18
| * drm: Use the state pointer directly in planes atomic_checkMaxime Ripard2021-02-242-2/+2
| * drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard2021-02-242-2/+6
| * drm: Rename plane atomic_check state namesMaxime Ripard2021-02-242-8/+12
| * drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpersThomas Zimmermann2021-02-232-6/+6
* | drm: meson_drv add shutdown functionArtem Lapkin2021-03-111-0/+11
|/
* drm/meson: dw-hdmi: Enable the iahb clock early enoughMarc Zyngier2020-11-201-2/+6
* drm/meson: dw-hdmi: Disable clocks on driver teardownMarc Zyngier2020-11-201-14/+29
* drm/meson/meson_vclk: Make two local functions staticLee Jones2020-11-171-4/+4
* drm/meson/meson_venc: Make local function 'meson_venc_hdmi_get_dmt_vmode' staticLee Jones2020-11-171-2/+2
* drm/meson: dw-hdmi: Ensure that clocks are enabled before touching the TOP re...Marc Zyngier2020-11-171-2/+2
* drm/meson: dw-hdmi: Register a callback to disable the regulatorMarc Zyngier2020-11-171-0/+9
* drm/meson: Unbind all connectors on module removalMarc Zyngier2020-11-171-1/+3
* drm/meson: Free RDMA resources after tearing down DRMMarc Zyngier2020-11-171-5/+5
* drm/<drivers>: Constify struct drm_driverDaniel Vetter2020-11-061-1/+1
* drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard2020-11-021-2/+2
* drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard2020-10-091-4/+4
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-3/+3
* Merge v5.8-rc6 into drm-nextDave Airlie2020-07-242-9/+8
|\
| * drm/meson: viu: fix setting the OSD burst length in VIU_OSD1_FIFO_CTRL_STATMartin Blumenstingl2020-07-022-9/+8
* | drm/meson: overlay: fix build failureNeil Armstrong2020-07-071-2/+4
* | drm/meson: crtc: handle commit of Amlogic FBC framesNeil Armstrong2020-07-031-30/+88
* | drm/meson: overlay: setup overlay for Amlogic FBC Scatter Memory layoutNeil Armstrong2020-07-031-18/+35
* | drm/meson: overlay: setup overlay for Amlogic FBC Memory Saving modeNeil Armstrong2020-07-031-2/+23
* | drm/meson: overlay: setup overlay for Amlogic FBCNeil Armstrong2020-07-032-8/+259
* | drm/meson: add Amlogic Video FBC registersNeil Armstrong2020-07-031-0/+22
* | Backmerge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst2020-06-292-6/+2
|\ \
| * \ Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-06-242-15/+2
| |\ \ | | |/ | |/|
| * | Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-06-026-7/+56
| |\ \
| * | | drm/meson: pm resume add return errno branchBernard Zhao2020-05-131-3/+1
| * | | drm/meson: Delete an error message in meson_dw_hdmi_bind()Markus Elfring2020-04-151-3/+1
* | | | drm: bridge: dw-hdmi: Pass drm_display_info to dw_hdmi_support_scdc()Laurent Pinchart2020-06-231-1/+2
* | | | drm: bridge: dw-hdmi: Constify mode argument to dw_hdmi_phy_ops .init()Laurent Pinchart2020-06-231-2/+2
* | | | drm: bridge: dw-hdmi: Pass drm_display_info to .mode_valid()Laurent Pinchart2020-06-231-10/+10
* | | | drm: meson: dw-hdmi: Use dw_hdmi context to replace hackLaurent Pinchart2020-06-231-2/+4
* | | | drm: bridge: dw-hdmi: Pass private data pointer to .mode_valid()Laurent Pinchart2020-06-231-1/+2
| |_|/ |/| |
* | | drm/meson: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS_WITH_DUMB_CREATEThomas Zimmermann2020-06-101-9/+2
* | | drm/meson: Use GEM CMA object functionsThomas Zimmermann2020-06-101-5/+1
* | | drm: Nuke mode->vrefreshVille Syrjälä2020-05-271-2/+0
| |/ |/|
* | drm/meson: add mode selection limits against specific SoC revisionsNeil Armstrong2020-05-055-4/+52
* | drm/meson: Remove unneeded semicolonZheng Bin2020-04-281-1/+1
* | drm/meson: Drop explicit drm_mode_config_cleanup callDaniel Vetter2020-03-261-2/+3
|/
* drm/meson: Add YUV420 output supportNeil Armstrong2020-03-101-21/+70
* drm/meson: vclk: add support for YUV420 setupNeil Armstrong2020-03-104-35/+95
* drm/meson: venc: add support for YUV420 setupNeil Armstrong2020-03-103-4/+9