summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/stm/ltdc.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä1-0/+1
2022-06-20drm: Drop drm_edid.h from drm_crtc.hVille Syrjälä1-0/+1
2022-04-07stm: ltdc: fix two incorrect NULL checks on list iteratorXiaomeng Tong1-6/+10
2022-02-25drm/stm: ltdc: add support for CRC hashing featureRaphael Gallais-Pou1-3/+101
2022-02-25drm/stm: Avoid using val uninitialized in ltdc_set_ycbcr_config()Nathan Chancellor1-1/+2
2022-01-13drm/stm: ltdc: Drop format_mod_supported functionJosé Expósito1-11/+0
2022-01-13drm/stm: ltdc: add support of ycbcr pixel formatsYannick Fertre1-7/+244
2022-01-13drm/stm: ltdc: add support of flexible pixel formatsYannick Fertre1-55/+141
2022-01-13drm/stm: ltdc: add per plane update supportYannick Fertre1-3/+23
2022-01-13drm/stm: ltdc: add YCbCr 422 output supportYannick Fertre1-1/+43
2022-01-13drm/stm: ltdc: switch to regmapYannick Fertre1-71/+67
2022-01-04drm/stm: ltdc: support of new hardware versionYannick Fertre1-29/+143
2021-09-09drm/stm: ltdc: add layer alpha supportRaphael Gallais-Pou1-1/+3
2021-09-09drm/stm: ltdc: attach immutable zpos property to planesRaphael Gallais-Pou1-0/+3
2021-07-19drm/stm: ltdc: Silence -EPROBE_DEFER till bridge attachedJagan Teki1-3/+5
2021-06-29drm/stm: Don't set struct drm_device.irq_enabledThomas Zimmermann1-3/+0
2021-06-24drm/<driver>: drm_gem_plane_helper_prepare_fb is now the defaultDaniel Vetter1-1/+0
2021-06-08drm/stm: Remove usage of drm_display_mode_to_videomode()Marek Vasut1-16/+17
2021-05-06drm/stm: Don't set allow_fb_modifiers explicitlyDaniel Vetter1-2/+0
2021-03-08drm/stm: ltdc: Use simple encoderJagan Teki1-10/+2
2021-02-25drm: Use state helper instead of the plane state pointerMaxime Ripard1-1/+2
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard1-2/+4
2021-02-24drm: Rename plane->state variables in atomic update and disableMaxime Ripard1-14/+14
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard1-1/+3
2021-02-24drm: Rename plane atomic_check state namesMaxime Ripard1-5/+5
2021-02-23drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpersThomas Zimmermann1-2/+2
2021-02-15drm/stm: Fix bus_flags handlingMarek Vasut1-2/+31
2020-12-15drm: automatic legacy gamma supportTomi Valkeinen1-1/+0
2020-11-02drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard1-1/+1
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard1-2/+2
2020-07-08drm/stm: repair runtime power managementMarek Vasut1-0/+3
2020-07-08drm/stm: ltdc: remove call of pm-runtime functionsYannick Fertre1-16/+0
2020-04-27drm/stm: ltdc: check number of endpointsYannick Fertre1-50/+52
2020-02-26drm/bridge: Extend bridge API to disable connector creationLaurent Pinchart1-1/+1
2020-02-13drm/stm: Convert to CRTC VBLANK callbacksThomas Zimmermann1-0/+1
2020-02-13drm/stm: Convert to struct drm_crtc_helper_funcs.get_scanout_position()Thomas Zimmermann1-36/+39
2020-02-04drm/stm: ltdc: check crtc state before enabling LIEYannick Fertre1-1/+6
2020-02-04drm/stm: ltdc: add number of interruptsYannick Fertre1-15/+15
2019-12-20drm/stm: ltdc: move pinctrl to encoder mode setYannick Fertré1-6/+18
2019-09-09drm/stm: ltdc: add pinctrl for DPI encoder modeYannick Fertré1-0/+35
2019-09-08drm/bridge: panel: Infer connector type from panel by defaultLaurent Pinchart1-2/+2
2019-07-25drm/stm: attach gem fence to atomic stateAhmad Fatoum1-0/+2
2019-06-07drm/stm: support runtime power managementYannick Fertré1-16/+51
2019-06-07drm/stm: ltdc: No message if probeYannick Fertré1-1/+1
2019-05-28drm/stm: ltdc: restore calls to clk_{enable/disable}Benjamin Gaignard1-0/+2
2019-05-24drm/stm: ltdc: remove clk_round_rate commentYannick Fertré1-7/+3
2019-05-20drm: Remove users of drm_format_info_plane_cppMaxime Ripard1-1/+1
2019-05-20drm/fourcc: Pass the format_info pointer to drm_format_plane_cppMaxime Ripard1-1/+1
2019-05-06drm/stm: ltdc: return appropriate error code during probeFabien Dessenne1-2/+3
2019-05-06drm/stm: ltdc: manage the get_irq probe defer caseFabien Dessenne1-0/+3