summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/imx
AgeCommit message (Expand)AuthorLines
2020-11-26drm/imx/dcss: allow using nearest neighbor interpolation scalingLaurentiu Palcu-10/+50
2020-11-26drm/imx/dcss: fix coccinelle warningLaurentiu Palcu-2/+1
2020-11-26drm/imx/dcss: fix rotations for Vivante tiled formatsLaurentiu Palcu-2/+9
2020-11-10Merge drm/drm-next into drm-misc-nextThomas Zimmermann-76/+21
2020-11-10Merge v5.10-rc3 into drm-nextDaniel Vetter-76/+21
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter-2/+2
2020-11-02drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard-4/+4
2020-11-02drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard-2/+4
2020-10-27drm/imx: tve remove extraneous type qualifierArnd Bergmann-1/+1
2020-10-27drm/imx: parallel-display: reduce scope of edid_lenPhilipp Zabel-4/+3
2020-10-27drm/imx: parallel-display: remove unused function enc_to_imxpd()Philipp Zabel-5/+0
2020-10-27drm/imx: parallel-display: fix edid memory leakMarco Felsch-10/+2
2020-10-27drm/imx: imx-ldb: reduce scope of edid_lenPhilipp Zabel-6/+4
2020-10-26drm/imx: dw_hdmi-imx: remove empty encoder_disable callbackPhilipp Zabel-5/+0
2020-10-26drm/imx: drop explicit drm_mode_config_cleanupPhilipp Zabel-5/+5
2020-10-26drm/imx: imx-tve: remove redundant enable trackingPhilipp Zabel-12/+4
2020-10-26drm/imx: imx-tve: use regmap fast_io spinlockPhilipp Zabel-21/+1
2020-10-26drm/imx: dw_hdmi-imx: use imx_drm_encoder_parse_ofPhilipp Zabel-9/+3
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard-4/+11
2020-09-25drm/imx/dcss: Initialize DRM driver instance with CMA helper macroThomas Zimmermann-13/+1
2020-09-21drm/imx/dcss: fix unused but set variable warningsWang ShaoBo-2/+0
2020-09-14Merge drm/drm-next into drm-misc-nextMaxime Ripard-1/+1
2020-09-10drm/imx/dcss: fix compilation issue on 32bitLaurentiu Palcu-1/+1
2020-09-09drm/imx/dcss: use drm_bridge_connector APILaurentiu Palcu-8/+41
2020-09-09drm/imx: Add initial support for DCSS on iMX8MQLaurentiu Palcu-0/+3962
2020-09-08Merge tag 'v5.9-rc4' into drm-nextDave Airlie-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+1
2020-08-12Merge drm/drm-next into drm-misc-nextThomas Zimmermann-87/+74
2020-08-08drm: Remove unnecessary drm_panel_attach and drm_panel_detachJoe Perches-16/+0
2020-07-23Merge tag 'imx-drm-next-2020-07-20' of git://git.pengutronix.de/pza/linux int...Dave Airlie-87/+74
2020-07-20drm/imx: imx-tve: Delete an error message in imx_tve_bind()Markus Elfring-3/+1
2020-07-20drm/imx: imx-ldb: Disable both channels for split mode in enc->disable()Liu Ying-3/+4
2020-07-20drm/imx: parallel-display: move panel/bridge detection to fail earlyMarco Felsch-6/+6
2020-07-20drm/imx: imx-ldb: remove useless enumMarco Felsch-5/+0
2020-07-20drm/imx: drop useless best_encoder callbackMarco Felsch-27/+0
2020-07-20drm/imx: tve: fix regulator_disable error pathMarco Felsch-10/+10
2020-07-20drm/imx: parallel-display: Adjust bus_flags handlingMarek Vasut-1/+1
2020-07-20drm/imx: fix use after freePhilipp Zabel-32/+52
2020-07-02drm/imx: Use __drm_atomic_helper_crtc_resetDaniel Vetter-13/+8
2020-06-23drm: bridge: dw-hdmi: Pass drm_display_info to .mode_valid()Laurent Pinchart-2/+2
2020-06-23drm: bridge: dw-hdmi: Pass private data pointer to .mode_valid()Laurent Pinchart-2/+4
2020-06-10drm/imx: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPSThomas Zimmermann-7/+1
2020-06-10drm/imx: Use GEM CMA object functionsThomas Zimmermann-5/+1
2020-04-02drm/imx: Use simple encoderThomas Zimmermann-31/+8
2020-03-18drm/imx: Remove the bogus possible_clones setupVille Syrjälä-2/+2
2020-02-26drm/bridge: Extend bridge API to disable connector creationLaurent Pinchart-3/+3
2020-01-31drm/imx: pd: Use bus format/flags provided by the bridge when availableBoris Brezillon-25/+151
2020-01-28drm/imx: plane_state->fb iff plane_state->crtcDaniel Vetter-1/+1
2019-12-09drm/panel: decouple connector from drm_panelSam Ravnborg-2/+2
2019-10-03Merge drm/drm-next into drm-misc-nextMaxime Ripard-2/+1