summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/imx/dcss
Commit message (Expand)AuthorAgeFilesLines
* drm/imx/dcss: Don't call dev_set_drvdata(..., NULL);Uwe Kleine-König2023-01-101-4/+0
* drm/imx/dcss: Drop if blocks with always false conditionUwe Kleine-König2023-01-101-3/+0
* drm/imx/dcss: stop using drm_bridge_connector_en/disable_hpd()Dmitry Baryshkov2023-01-052-8/+0
* drm: imx/dcss: Remove #ifdef guards for PM related functionsPaul Cercueil2022-12-123-19/+13
* drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann2022-11-051-1/+1
* drm/imx/dcss: Don't set struct drm_driver.output_poll_changedThomas Zimmermann2022-11-051-1/+0
* Merge tag 'drm-misc-next-2022-08-20-1' of git://anongit.freedesktop.org/drm/d...Daniel Vetter2022-09-063-13/+13
|\
| * drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}Danilo Krummrich2022-08-031-3/+3
| * drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich2022-08-033-12/+12
| * drm/fb: rename FB CMA helpers to FB DMA helpersDanilo Krummrich2022-08-031-3/+3
* | Merge tag 'drm-misc-fixes-2022-08-16' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2022-08-181-2/+0
|\ \
| * | drm/imx/dcss: get rid of HPD warning messageLaurentiu Palcu2022-08-041-2/+0
* | | Merge tag 'drm-next-2022-08-03' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-08-032-0/+3
|\ \ \ | |/ / |/| / | |/
| * drm: Remove linux/fb.h from drm_crtc.hVille Syrjälä2022-07-051-0/+1
| * drm: Drop drm_blend.h from drm_crtc.hVille Syrjälä2022-06-201-0/+1
| * drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä2022-06-201-0/+1
* | drm/imx/dcss: Add missing of_node_put() in fail pathLiang He2022-07-201-0/+3
|/
* Backmerge tag 'v5.17-rc6' into drm-nextDave Airlie2022-02-281-0/+1
|\
| * drm/imx/dcss: i.MX8MQ DCSS select DRM_GEM_CMA_HELPERRudi Heitbaum2022-02-181-0/+1
* | drm/imx/dcss: Replace module initialization with DRM helpersJavier Martinez Canillas2022-01-191-1/+2
|/
* drm: Remove CONFIG_DRM_KMS_CMA_HELPER optionThomas Zimmermann2021-11-301-1/+1
* drm/bridge: Centralize error message when bridge attach failsLaurent Pinchart2021-07-281-4/+1
* drm/imx/dcss: Don't set struct drm_device.irq_enabledThomas Zimmermann2021-06-291-3/+0
* drm/<driver>: drm_gem_plane_helper_prepare_fb is now the defaultDaniel Vetter2021-06-241-1/+0
* drm/imx: Don't set allow_fb_modifiers explicitlyDaniel Vetter2021-04-151-1/+0
* drm: Use state helper instead of the plane state pointerMaxime Ripard2021-02-251-1/+2
* drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard2021-02-251-2/+4
* drm: Rename plane->state variables in atomic update and disableMaxime Ripard2021-02-241-12/+13
* drm: Use the state pointer directly in planes atomic_checkMaxime Ripard2021-02-241-1/+1
* drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard2021-02-241-1/+3
* drm: Rename plane atomic_check state namesMaxime Ripard2021-02-241-13/+13
* drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpersThomas Zimmermann2021-02-231-2/+2
* 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
* 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-2/+7
* drm/imx/dcss: Initialize DRM driver instance with CMA helper macroThomas Zimmermann2020-09-251-13/+1
* drm/imx/dcss: fix unused but set variable warningsWang ShaoBo2020-09-211-2/+0
* drm/imx/dcss: fix compilation issue on 32bitLaurentiu Palcu2020-09-101-1/+1
* drm/imx/dcss: use drm_bridge_connector APILaurentiu Palcu2020-09-093-8/+41
* drm/imx: Add initial support for DCSS on iMX8MQLaurentiu Palcu2020-09-0915-0/+3959