summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/mediatek
AgeCommit message (Expand)AuthorFilesLines
6 daysdrm/mediatek: Fix CCORR mtk_ctm_s31_32_to_s1_n function issueJay Liu1-22/+1
2025-06-04drm/mediatek: mtk_dpi: Add checks for reg_h_fre_con existenceAngeloGioacchino Del Regno1-2/+3
2025-05-02drm/mediatek: mtk_dpi: Explicitly manage TVD clock in power on/offAngeloGioacchino Del Regno1-0/+9
2025-04-10drm/mediatek: dsi: fix error codes in mtk_dsi_host_transfer()Dan Carpenter1-3/+3
2025-04-10drm/mediatek: mtk_hdmi: Fix typo for aud_sampe_size memberAngeloGioacchino Del Regno1-4/+4
2025-04-10drm/mediatek: mtk_hdmi: Unregister audio platform device on failureAngeloGioacchino Del Regno1-6/+19
2025-01-23drm/mediatek: Add support for 180-degree rotation in the display driverJason-JH.Lin1-2/+10
2024-10-17drm/mediatek: Use spin_lock_irqsave() for CRTC event lockFei Shao1-2/+3
2024-08-19drm/mediatek: Add DRM_MODE_ROTATE_0 to rotation propertyHsiao Chien Sung3-14/+11
2024-08-19drm/mediatek: Add missing plane settings when async updateHsiao Chien Sung1-0/+2
2024-06-16drm/mediatek: Add 0 size check to mtk_drm_gem_objJustin Green1-0/+3
2024-03-27drm/mediatek: Fix a null pointer crash in mtk_drm_crtc_finish_page_flipHsin-Yi Wang1-5/+7
2024-03-27drm/mediatek: dsi: Fix DSI RGB666 formats and definitionsAngeloGioacchino Del Regno1-5/+5
2023-12-20drm/mediatek: Add spinlock for setting vblank event in atomic_beginJason-JH.Lin1-0/+5
2023-11-20drm: mediatek: mtk_dsi: Fix NO_EOT_PACKET settings/handlingAngeloGioacchino Del Regno1-2/+2
2023-11-20drm/mediatek: Fix iommu fault during crtc enablingJason-JH.Lin1-0/+3
2023-11-20drm/mediatek: Fix iommu fault by swapping FBs after updating plane stateJason-JH.Lin1-1/+1
2023-09-19drm/mediatek: Fix potential memory leak if vmap() failSui Jingfeng1-1/+5
2023-09-19drm/mediatek: Remove freeing not dynamic allocated memoryJason-JH.Lin1-5/+2
2023-03-10drm/mediatek: Clean dangling pointer on bind error pathNícolas F. R. A. Prado1-0/+1
2023-03-10drm/mediatek: mtk_drm_crtc: Add checks for devm_kcallocruanjinjie1-0/+2
2023-03-10drm/mediatek: Drop unbalanced obj unrefRob Clark1-2/+0
2023-03-10drm/mediatek: Use NULL instead of 0 for NULL pointerMiles Chen1-1/+1
2023-03-10drm/mediatek: dsi: Reduce the time of dsi from LP11 to sending cmdXinlei Lee1-1/+1
2022-12-31drm/mediatek: Fix return type of mtk_hdmi_bridge_mode_valid()Nathan Chancellor1-3/+4
2022-12-31drm/mediatek: Modify dpi power on/off sequence.Xinlei Lee1-6/+6
2022-09-28drm/mediatek: dsi: Move mtk_dsi_stop() call back to mtk_dsi_poweroff()Nícolas F. R. A. Prado1-11/+10
2022-09-28drm/mediatek: dsi: Add atomic {destroy,duplicate}_state, reset callbacksAngeloGioacchino Del Regno1-0/+3
2022-08-17drm/mediatek: Keep dsi as LP00 before dcs cmds transferJitao Shi1-7/+21
2022-08-17drm/mediatek: Allow commands to be sent during video modeJulien STEPHAN1-9/+24
2022-08-17drm/mediatek: dpi: Only enable dpi after the bridge is enabledGuillaume Ranquet1-1/+1
2022-08-17drm/mediatek: dpi: Remove output format of YUVBo-Chen Chen1-25/+6
2022-08-17drm/mediatek: Add pull-down MIPI operation in mtk_dsi_poweroff functionXinlei Lee1-0/+2
2022-08-17drm/mediatek: Separate poweron/poweroff from enable/disable and define new funcsJitao Shi1-19/+34
2022-08-17drm/mediatek: Modify dsi funcs to atomic operationsXinlei Lee1-4/+6
2022-07-12drm/mediatek: Add vblank register/unregister callback functionsRex-BC Chen6-25/+80
2022-07-12drm/mediatek: Add cmdq_handle in mtk_crtcChun-Kuang Hu1-5/+57
2022-07-12drm/mediatek: Detect CMDQ execution timeoutChun-Kuang Hu1-2/+18
2022-07-12drm/mediatek: Remove the pointer of struct cmdq_clientChun-Kuang Hu1-17/+20
2022-07-12drm/mediatek: Use mailbox rx_callback instead of cmdq_task_cbChun-Kuang Hu1-3/+13
2022-06-09drm/mediatek: dpi: Use mt8183 output formats for mt8192Nícolas F. R. A. Prado1-2/+2
2022-06-09drm/mediatek: Fix mtk_cec_mask()Miles Chen1-1/+1
2022-03-08drm/mediatek: mtk_dsi: Reset the dsi0 hardwareEnric Balletbo i Serra1-1/+4
2021-12-29drm/mediatek: hdmi: Perform NULL pointer check for mtk_hdmi_confAngeloGioacchino Del Regno1-5/+7
2021-10-12Revert "drm/mediatek: Use mailbox rx_callback instead of cmdq_task_cb"Chun-Kuang Hu1-13/+3
2021-10-12Revert "drm/mediatek: Remove struct cmdq_client"Chun-Kuang Hu1-62/+18
2021-10-12Revert "drm/mediatek: Detect CMDQ execution timeout"Chun-Kuang Hu1-12/+2
2021-10-12Revert "drm/mediatek: Add cmdq_handle in mtk_crtc"Chun-Kuang Hu1-18/+10
2021-10-12Revert "drm/mediatek: Clear pending flag when cmdq packet is done"Chun-Kuang Hu1-42/+5
2021-09-01Merge tag 'drm-next-2021-08-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds14-140/+391