summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/meson
AgeCommit message (Expand)AuthorFilesLines
2025-06-27drm/meson: Use 1000ULL when operating with mode->clockI Hsin Cheng1-2/+2
2025-06-27drm/meson: fix more rounding issues with 59.94Hz modesMartin Blumenstingl1-21/+34
2025-06-27drm/meson: use vclk_freq instead of pixel_freq in debug printMartin Blumenstingl1-3/+3
2025-06-27drm/meson: fix debug log statement when setting the HDMI clocksMartin Blumenstingl1-1/+1
2025-06-27drm/meson: use unsigned long long / Hz for frequency typesMartin Blumenstingl5-115/+126
2025-05-09Revert "drm/meson: vclk: fix calculation of 59.94 fractional rates"Christian Hewitt1-3/+3
2024-09-12drm/meson: plane: Add error handlingHaoran Liu1-6/+11
2024-08-19drm/meson: fix canvas release in bind functionYao Zi1-19/+18
2024-06-16drm/meson: vclk: fix calculation of 59.94 fractional ratesChristian Hewitt1-3/+3
2024-05-17drm/meson: dw-hdmi: add bandgap setting for g12Jerome Brunet1-17/+26
2024-05-17drm/meson: dw-hdmi: power up phy on device initJerome Brunet1-34/+17
2023-10-06drm/meson: fix memory leak on ->hpd_notify callbackJani Nikula1-0/+2
2023-03-30drm/meson: fix missing component unbind on bind errorsJohan Hovold1-5/+8
2023-03-22drm/meson: fix 1px pink line on GXM when scaling video overlayChristian Hewitt1-0/+2
2023-01-12drm/meson: Reduce the FIFO lines held when AFBC is not usedCarlo Caione1-3/+2
2022-10-26drm/meson: explicitly remove aggregate driver at module unload timeAdrián Larumbe1-0/+8
2022-10-26drm/meson: reorder driver deinit sequence to fix use-after-free bugAdrián Larumbe1-1/+1
2022-09-23drm/meson: Fix OSD1 RGB to YCbCr coefficientStuart Menefy1-1/+1
2022-09-23drm/meson: Correct OSD1 global alpha valueStuart Menefy1-1/+1
2022-08-25drm/meson: Fix overflow implicit truncation warningsSai Prakash Ranjan1-11/+11
2022-08-25drm/meson: Fix refcount bugs in meson_vpu_has_available_connectors()Liang He1-1/+4
2022-08-17drm/meson: Fix refcount leak in meson_encoder_hdmi_initMiaoqian Lin1-1/+3
2022-08-17drm/meson: encoder_hdmi: Fix refcount leak in meson_encoder_hdmi_initMiaoqian Lin1-4/+11
2022-08-17drm/meson: encoder_hdmi: switch to bridge DRM_BRIDGE_ATTACH_NO_CONNECTORNeil Armstrong3-2/+82
2022-04-08drm/meson: Fix error handling when afbcd.ops->init failsMartin Blumenstingl1-8/+11
2022-04-08drm/meson: split out encoder from meson_dw_hdmiNeil Armstrong5-322/+407
2022-04-08drm/meson: Make use of the helper function devm_platform_ioremap_resourcexxx()Cai Huoqing2-5/+2
2022-04-08drm/meson: osd_afbcd: Add an exit callback to struct meson_afbcd_opsMartin Blumenstingl3-18/+30
2021-09-01Merge tag 'drm-next-2021-08-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds3-10/+4
2021-08-10drm/meson: fix colour distortion from HDR set during vendor u-bootChristian Hewitt2-1/+11
2021-07-21Merge tag 'drm-misc-next-2021-07-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie3-10/+4
2021-07-08drm/meson: Convert to Linux IRQ interfacesThomas Zimmermann1-7/+3
2021-07-01drm/aperture: Pass DRM driver structure instead of driver nameThomas Zimmermann1-1/+1
2021-06-24drm/<driver>: drm_gem_plane_helper_prepare_fb is now the defaultDaniel Vetter2-2/+0
2021-06-23Backmerge tag 'v5.13-rc7' into drm-nextDave Airlie1-4/+5
2021-05-25drm/meson: fix shutdown crash when component not probedNeil Armstrong1-4/+5
2021-04-20drm/meson: dw-hdmi: disable DW-HDMI CEC sub-driverNeil Armstrong1-0/+1
2021-04-14drm/aperture: Convert drivers to aperture interfacesThomas Zimmermann1-19/+8
2021-03-19drm/meson: Fix few typoBhaskar Chowdhury1-1/+1
2021-03-16Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2-36/+46
2021-03-11drm: meson_drv add shutdown functionArtem Lapkin1-0/+11
2021-02-25drm: Use state helper instead of the plane state pointerMaxime Ripard2-2/+4
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard2-4/+4
2021-02-24drm: Rename plane->state variables in atomic update and disableMaxime Ripard2-18/+18
2021-02-24drm: Use the state pointer directly in planes atomic_checkMaxime Ripard2-2/+2
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard2-2/+6
2021-02-24drm: Rename plane atomic_check state namesMaxime Ripard2-8/+12
2021-02-23drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpersThomas Zimmermann2-6/+6
2020-11-20drm/meson: dw-hdmi: Enable the iahb clock early enoughMarc Zyngier1-2/+6
2020-11-20drm/meson: dw-hdmi: Disable clocks on driver teardownMarc Zyngier1-14/+29