Re: [PATCH v4 7/8] drm/mediatek: Add programming flow for unsupported subsys ID hardware

2025-03-11 Thread 林睿祥

Re: [PATCH v4 7/8] drm/mediatek: Add programming flow for unsupported subsys ID hardware

2025-03-07 Thread AngeloGioacchino Del Regno
Il 18/02/25 06:41, Jason-JH Lin ha scritto: To support hardware without subsys IDs on new SoCs, add a programming flow that checks whether the subsys ID is valid. If the subsys ID is invalid, the flow will call 2 alternative CMDQ APIs: cmdq_pkt_assign() and cmdq_pkt_write_s_value() to achieve the

[PATCH v4 7/8] drm/mediatek: Add programming flow for unsupported subsys ID hardware

2025-02-17 Thread Jason-JH Lin
To support hardware without subsys IDs on new SoCs, add a programming flow that checks whether the subsys ID is valid. If the subsys ID is invalid, the flow will call 2 alternative CMDQ APIs: cmdq_pkt_assign() and cmdq_pkt_write_s_value() to achieve the same functionality. Signed-off-by: Jason-JH