Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc.c375 unsigned int dst_frame_status; in s5p_mfc_handle_frame() local
380 dst_frame_status = s5p_mfc_hw_call(dev->mfc_ops, get_dspl_status, dev) in s5p_mfc_handle_frame()
387 mfc_debug(2, "Frame Status: %x\n", dst_frame_status); in s5p_mfc_handle_frame()
404 if (dst_frame_status == S5P_FIMV_DEC_STATUS_DECODING_EMPTY) { in s5p_mfc_handle_frame()
426 if (dst_frame_status == S5P_FIMV_DEC_STATUS_DISPLAY_ONLY || in s5p_mfc_handle_frame()
427 dst_frame_status == S5P_FIMV_DEC_STATUS_DECODING_DISPLAY) { in s5p_mfc_handle_frame()
433 if (dst_frame_status != S5P_FIMV_DEC_STATUS_DISPLAY_ONLY in s5p_mfc_handle_frame()