Home
last modified time | relevance | path

Searched refs:dst_frame_status (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/media/platform/samsung/s5p-mfc/
Ds5p_mfc.c363 unsigned int dst_frame_status; in s5p_mfc_handle_frame() local
368 dst_frame_status = s5p_mfc_hw_call(dev->mfc_ops, get_dspl_status, dev) in s5p_mfc_handle_frame()
375 mfc_debug(2, "Frame Status: %x\n", dst_frame_status); in s5p_mfc_handle_frame()
392 if (dst_frame_status == S5P_FIMV_DEC_STATUS_DECODING_EMPTY) { in s5p_mfc_handle_frame()
414 if (dst_frame_status == S5P_FIMV_DEC_STATUS_DISPLAY_ONLY || in s5p_mfc_handle_frame()
415 dst_frame_status == S5P_FIMV_DEC_STATUS_DECODING_DISPLAY) { in s5p_mfc_handle_frame()
421 if (dst_frame_status != S5P_FIMV_DEC_STATUS_DISPLAY_ONLY in s5p_mfc_handle_frame()