video: driver: misc synx fence changes
- Make synx fence debugfs support as module parameter - Update sync fence related register device addresses to eliminate memory holes - Enable hw fence config parameter to enable compilation of hw fence definitions in display driver - Handle synx fence queue memory error in control status register. - Fix msm_vidc_debug and msm_vidc_fw_dump module params ro accept values during module instantiation. Change-Id: Ib3ab7e80cfc4e440c0b3170292e1943888298875 Signed-off-by: Akshata Sahukar <quic_asahukar@quicinc.com>
This commit is contained in:
@@ -954,7 +954,8 @@ static int __boot_firmware_iris33(struct msm_vidc_core *vidc_core)
|
||||
return rc;
|
||||
|
||||
if ((ctrl_status & HFI_CTRL_ERROR_FATAL) ||
|
||||
(ctrl_status & HFI_CTRL_ERROR_UC_REGION_NOT_SET)) {
|
||||
(ctrl_status & HFI_CTRL_ERROR_UC_REGION_NOT_SET) ||
|
||||
(ctrl_status & HFI_CTRL_ERROR_HW_FENCE_QUEUE)) {
|
||||
d_vpr_e("%s: boot firmware failed, ctrl status %#x\n",
|
||||
__func__, ctrl_status);
|
||||
return -EINVAL;
|
||||
|
Reference in New Issue
Block a user