summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/stm/ltdc.c
Commit message (Expand)AuthorAgeFilesLines
* drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich2022-08-031-1/+1
* drm/fb: rename FB CMA helpers to FB DMA helpersDanilo Krummrich2022-08-031-7/+7
* drm: Remove unnecessary include statements of drm_plane_helper.hThomas Zimmermann2022-07-261-1/+0
* drm: Remove linux/media-bus-format.h from drm_crtc.hVille Syrjälä2022-07-051-0/+1
* drm/stm: ltdc: update hardware error managementYannick Fertre2022-06-271-18/+72
* drm/stm: ltdc: add support of horizontal & vertical mirroringYannick Fertre2022-06-271-56/+107
* drm/stm: ltdc: add support of the dynamic z-orderYannick Fertre2022-06-271-3/+20
* drm/stm: ltdc: fix various coding-style warningsYannick Fertre2022-06-271-3/+2
* drm/stm: ltdc: remove error message about scalingYannick Fertre2022-06-271-1/+2
* drm/stm: ltdc: disable all layers before crtc shutdownYannick Fertre2022-06-271-0/+6
* 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: Drop drm_edid.h from drm_crtc.hVille Syrjälä2022-06-201-0/+1
* stm: ltdc: fix two incorrect NULL checks on list iteratorXiaomeng Tong2022-04-071-6/+10
* drm/stm: ltdc: add support for CRC hashing featureRaphael Gallais-Pou2022-02-251-3/+101
* drm/stm: Avoid using val uninitialized in ltdc_set_ycbcr_config()Nathan Chancellor2022-02-251-1/+2
* drm/stm: ltdc: Drop format_mod_supported functionJosé Expósito2022-01-131-11/+0
* drm/stm: ltdc: add support of ycbcr pixel formatsYannick Fertre2022-01-131-7/+244
* drm/stm: ltdc: add support of flexible pixel formatsYannick Fertre2022-01-131-55/+141
* drm/stm: ltdc: add per plane update supportYannick Fertre2022-01-131-3/+23
* drm/stm: ltdc: add YCbCr 422 output supportYannick Fertre2022-01-131-1/+43
* drm/stm: ltdc: switch to regmapYannick Fertre2022-01-131-71/+67
* drm/stm: ltdc: support of new hardware versionYannick Fertre2022-01-041-29/+143
* drm/stm: ltdc: add layer alpha supportRaphael Gallais-Pou2021-09-091-1/+3
* drm/stm: ltdc: attach immutable zpos property to planesRaphael Gallais-Pou2021-09-091-0/+3
* drm/stm: ltdc: Silence -EPROBE_DEFER till bridge attachedJagan Teki2021-07-191-3/+5
* drm/stm: 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/stm: Remove usage of drm_display_mode_to_videomode()Marek Vasut2021-06-081-16/+17
* drm/stm: Don't set allow_fb_modifiers explicitlyDaniel Vetter2021-05-061-2/+0
* drm/stm: ltdc: Use simple encoderJagan Teki2021-03-081-10/+2
* 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-14/+14
* 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-5/+5
* drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpersThomas Zimmermann2021-02-231-2/+2
* drm/stm: Fix bus_flags handlingMarek Vasut2021-02-151-2/+31
* drm: automatic legacy gamma supportTomi Valkeinen2020-12-151-1/+0
* drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard2020-11-021-1/+1
* drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard2020-10-091-2/+2
* drm/stm: repair runtime power managementMarek Vasut2020-07-081-0/+3
* drm/stm: ltdc: remove call of pm-runtime functionsYannick Fertre2020-07-081-16/+0
* drm/stm: ltdc: check number of endpointsYannick Fertre2020-04-271-50/+52
* drm/bridge: Extend bridge API to disable connector creationLaurent Pinchart2020-02-261-1/+1
* drm/stm: Convert to CRTC VBLANK callbacksThomas Zimmermann2020-02-131-0/+1
* drm/stm: Convert to struct drm_crtc_helper_funcs.get_scanout_position()Thomas Zimmermann2020-02-131-36/+39
* drm/stm: ltdc: check crtc state before enabling LIEYannick Fertre2020-02-041-1/+6
* drm/stm: ltdc: add number of interruptsYannick Fertre2020-02-041-15/+15
* drm/stm: ltdc: move pinctrl to encoder mode setYannick Fertré2019-12-201-6/+18