summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/imx
Commit message (Expand)AuthorAgeFilesLines
* Merge drm/drm-fixes into drm-nextDaniel Vetter2021-04-132-2/+12
|\
| * drm/imx: imx-ldb: fix out of bounds array access warningArnd Bergmann2021-03-251-0/+10
| * drm/imx: imx-ldb: Register LDB channel1 when it is the only channel to be usedLiu Ying2021-03-251-1/+1
| * drm/imx: fix memory leak when fails to initPan Bian2021-03-251-1/+1
* | Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-03-162-71/+85
|\ \ | |/ |/|
| * 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/+8
| * drm: Rename plane->state variables in atomic update and disableMaxime Ripard2021-02-242-34/+36
| * drm: Use state helper instead of plane state pointer in atomic_checkMaxime Ripard2021-02-241-1/+2
| * 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-28/+29
| * drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpersThomas Zimmermann2021-02-232-4/+4
* | drm/imx: dw_hdmi-imx: depend on OF to fix randconfig compile tests on x86_64Philipp Zabel2021-01-071-1/+1
|/
* drm/imx: ipuv3-crtc: use drm managed resourcesPhilipp Zabel2021-01-041-71/+43
* drm/imx: ipuv3-plane: use drm managed resourcesPhilipp Zabel2021-01-043-63/+36
* drm/imx: parallel-display: use drm managed resourcesPhilipp Zabel2021-01-041-28/+29
* drm/imx: imx-tve: use drm managed resourcesPhilipp Zabel2021-01-041-35/+39
* drm/imx: imx-ldb: use drm managed resourcesPhilipp Zabel2021-01-041-9/+22
* drm/imx: dw_hdmi-imx: use drm managed resourcesPhilipp Zabel2021-01-041-8/+17
* drm/imx: parallel-display: move initialization into probePhilipp Zabel2021-01-041-22/+20
* drm/imx: parallel-display: use local bridge and connector variablesPhilipp Zabel2021-01-041-10/+10
* drm/imx: imx-tve: use devm_clk_registerPhilipp Zabel2021-01-041-1/+1
* drm/imx: imx-tve: move initialization into probePhilipp Zabel2021-01-041-23/+19
* drm/imx: imx-tve: use local encoder and connector variablesPhilipp Zabel2021-01-041-7/+8
* drm/imx: imx-ldb: move initialization into probePhilipp Zabel2021-01-041-35/+37
* drm/imx: imx-ldb: use local connector variablePhilipp Zabel2021-01-041-6/+6
* drm/imx: dw_hdmi-imx: move initialization into probePhilipp Zabel2021-01-041-48/+26
* gpu: drm: imx: convert comma to semicolonZheng Yongjun2021-01-041-1/+1
* drm/imx: depend on COMMON_CLK to fix compile testsKrzysztof Kozlowski2021-01-041-0/+1
* drm/imx/dcss: allow using nearest neighbor interpolation scalingLaurentiu Palcu2020-11-263-10/+50
* drm/imx/dcss: fix coccinelle warningLaurentiu Palcu2020-11-261-2/+1
* drm/imx/dcss: fix rotations for Vivante tiled formatsLaurentiu Palcu2020-11-261-2/+9
* Merge drm/drm-next into drm-misc-nextThomas Zimmermann2020-11-105-76/+21
|\
| * Merge v5.10-rc3 into drm-nextDaniel Vetter2020-11-105-76/+21
| |\
| | * drm/imx: tve remove extraneous type qualifierArnd Bergmann2020-10-271-1/+1
| | * drm/imx: parallel-display: reduce scope of edid_lenPhilipp Zabel2020-10-271-4/+3
| | * drm/imx: parallel-display: remove unused function enc_to_imxpd()Philipp Zabel2020-10-271-5/+0
| | * drm/imx: parallel-display: fix edid memory leakMarco Felsch2020-10-271-10/+2
| | * drm/imx: imx-ldb: reduce scope of edid_lenPhilipp Zabel2020-10-271-6/+4
| | * drm/imx: dw_hdmi-imx: remove empty encoder_disable callbackPhilipp Zabel2020-10-261-5/+0
| | * drm/imx: drop explicit drm_mode_config_cleanupPhilipp Zabel2020-10-261-5/+5
| | * drm/imx: imx-tve: remove redundant enable trackingPhilipp Zabel2020-10-261-12/+4
| | * drm/imx: imx-tve: use regmap fast_io spinlockPhilipp Zabel2020-10-261-21/+1
| | * drm/imx: dw_hdmi-imx: use imx_drm_encoder_parse_ofPhilipp Zabel2020-10-261-9/+3
* | | drm/<drivers>: Constify struct drm_driverDaniel Vetter2020-11-062-2/+2
|/ /
* | drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard2020-11-022-4/+4
* | drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard2020-11-021-2/+4
* | drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard2020-10-092-4/+11
* | drm/imx/dcss: Initialize DRM driver instance with CMA helper macroThomas Zimmermann2020-09-251-13/+1