summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/imx
AgeCommit message (Expand)AuthorFilesLines
2021-03-25drm/imx: imx-ldb: fix out of bounds array access warningArnd Bergmann1-0/+10
2021-03-25drm/imx: imx-ldb: Register LDB channel1 when it is the only channel to be usedLiu Ying1-1/+1
2021-03-25drm/imx: fix memory leak when fails to initPan Bian1-1/+1
2021-01-07drm/imx: dw_hdmi-imx: depend on OF to fix randconfig compile tests on x86_64Philipp Zabel1-1/+1
2021-01-04drm/imx: ipuv3-crtc: use drm managed resourcesPhilipp Zabel1-71/+43
2021-01-04drm/imx: ipuv3-plane: use drm managed resourcesPhilipp Zabel3-63/+36
2021-01-04drm/imx: parallel-display: use drm managed resourcesPhilipp Zabel1-28/+29
2021-01-04drm/imx: imx-tve: use drm managed resourcesPhilipp Zabel1-35/+39
2021-01-04drm/imx: imx-ldb: use drm managed resourcesPhilipp Zabel1-9/+22
2021-01-04drm/imx: dw_hdmi-imx: use drm managed resourcesPhilipp Zabel1-8/+17
2021-01-04drm/imx: parallel-display: move initialization into probePhilipp Zabel1-22/+20
2021-01-04drm/imx: parallel-display: use local bridge and connector variablesPhilipp Zabel1-10/+10
2021-01-04drm/imx: imx-tve: use devm_clk_registerPhilipp Zabel1-1/+1
2021-01-04drm/imx: imx-tve: move initialization into probePhilipp Zabel1-23/+19
2021-01-04drm/imx: imx-tve: use local encoder and connector variablesPhilipp Zabel1-7/+8
2021-01-04drm/imx: imx-ldb: move initialization into probePhilipp Zabel1-35/+37
2021-01-04drm/imx: imx-ldb: use local connector variablePhilipp Zabel1-6/+6
2021-01-04drm/imx: dw_hdmi-imx: move initialization into probePhilipp Zabel1-48/+26
2021-01-04gpu: drm: imx: convert comma to semicolonZheng Yongjun1-1/+1
2021-01-04drm/imx: depend on COMMON_CLK to fix compile testsKrzysztof Kozlowski1-0/+1
2020-11-26drm/imx/dcss: allow using nearest neighbor interpolation scalingLaurentiu Palcu3-10/+50
2020-11-26drm/imx/dcss: fix coccinelle warningLaurentiu Palcu1-2/+1
2020-11-26drm/imx/dcss: fix rotations for Vivante tiled formatsLaurentiu Palcu1-2/+9
2020-11-10Merge drm/drm-next into drm-misc-nextThomas Zimmermann5-76/+21
2020-11-10Merge v5.10-rc3 into drm-nextDaniel Vetter5-76/+21
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter2-2/+2
2020-11-02drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard2-4/+4
2020-11-02drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard1-2/+4
2020-10-27drm/imx: tve remove extraneous type qualifierArnd Bergmann1-1/+1
2020-10-27drm/imx: parallel-display: reduce scope of edid_lenPhilipp Zabel1-4/+3
2020-10-27drm/imx: parallel-display: remove unused function enc_to_imxpd()Philipp Zabel1-5/+0
2020-10-27drm/imx: parallel-display: fix edid memory leakMarco Felsch1-10/+2
2020-10-27drm/imx: imx-ldb: reduce scope of edid_lenPhilipp Zabel1-6/+4
2020-10-26drm/imx: dw_hdmi-imx: remove empty encoder_disable callbackPhilipp Zabel1-5/+0
2020-10-26drm/imx: drop explicit drm_mode_config_cleanupPhilipp Zabel1-5/+5
2020-10-26drm/imx: imx-tve: remove redundant enable trackingPhilipp Zabel1-12/+4
2020-10-26drm/imx: imx-tve: use regmap fast_io spinlockPhilipp Zabel1-21/+1
2020-10-26drm/imx: dw_hdmi-imx: use imx_drm_encoder_parse_ofPhilipp Zabel1-9/+3
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard2-4/+11
2020-09-25drm/imx/dcss: Initialize DRM driver instance with CMA helper macroThomas Zimmermann1-13/+1
2020-09-21drm/imx/dcss: fix unused but set variable warningsWang ShaoBo1-2/+0
2020-09-14Merge drm/drm-next into drm-misc-nextMaxime Ripard1-1/+1
2020-09-10drm/imx/dcss: fix compilation issue on 32bitLaurentiu Palcu1-1/+1
2020-09-09drm/imx/dcss: use drm_bridge_connector APILaurentiu Palcu3-8/+41
2020-09-09drm/imx: Add initial support for DCSS on iMX8MQLaurentiu Palcu17-0/+3962
2020-09-08Merge tag 'v5.9-rc4' into drm-nextDave Airlie1-1/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-12Merge drm/drm-next into drm-misc-nextThomas Zimmermann6-87/+74
2020-08-08drm: Remove unnecessary drm_panel_attach and drm_panel_detachJoe Perches2-16/+0
2020-07-23Merge tag 'imx-drm-next-2020-07-20' of git://git.pengutronix.de/pza/linux int...Dave Airlie6-87/+74