Lines Matching refs:pvr_dev

14 stream_def_is_supported(struct pvr_device *pvr_dev, const struct pvr_stream_def *stream_def)  in stream_def_is_supported()  argument
20 pvr_device_has_feature(pvr_dev, stream_def->feature)) { in stream_def_is_supported()
25 !pvr_device_has_feature(pvr_dev, stream_def->feature & ~PVR_FEATURE_NOT)) { in stream_def_is_supported()
65 pvr_stream_process_1(struct pvr_device *pvr_dev, const struct pvr_stream_def *stream_def, in pvr_stream_process_1() argument
78 if (!stream_def_is_supported(pvr_dev, &stream_def[i])) in pvr_stream_process_1()
127 pvr_stream_process_ext_stream(struct pvr_device *pvr_dev, in pvr_stream_process_ext_stream() argument
137 memcpy(musthave_masks, pvr_dev->stream_musthave_quirks[cmd_defs->type], in pvr_stream_process_ext_stream()
168 if (!pvr_device_has_uapi_quirk(pvr_dev, ext_def->quirk)) in pvr_stream_process_ext_stream()
171 err = pvr_stream_process_1(pvr_dev, ext_def->stream, ext_def->stream_len, in pvr_stream_process_ext_stream()
208 pvr_stream_process(struct pvr_device *pvr_dev, const struct pvr_stream_cmd_defs *cmd_defs, in pvr_stream_process() argument
236 err = pvr_stream_process_1(pvr_dev, cmd_defs->main_stream, cmd_defs->main_stream_len, in pvr_stream_process()
243 err = pvr_stream_process_ext_stream(pvr_dev, cmd_defs, stream, stream_offset, in pvr_stream_process()
255 if (pvr_dev->stream_musthave_quirks[cmd_defs->type][i]) in pvr_stream_process()
269 pvr_stream_create_musthave_masks(struct pvr_device *pvr_dev) in pvr_stream_create_musthave_masks() argument
271 memset(pvr_dev->stream_musthave_quirks, 0, sizeof(pvr_dev->stream_musthave_quirks)); in pvr_stream_create_musthave_masks()
273 if (pvr_device_has_uapi_quirk(pvr_dev, 47217)) in pvr_stream_create_musthave_masks()
274 pvr_dev->stream_musthave_quirks[PVR_STREAM_TYPE_FRAG][0] |= in pvr_stream_create_musthave_masks()
277 if (pvr_device_has_uapi_quirk(pvr_dev, 49927)) { in pvr_stream_create_musthave_masks()
278 pvr_dev->stream_musthave_quirks[PVR_STREAM_TYPE_GEOM][0] |= in pvr_stream_create_musthave_masks()
280 pvr_dev->stream_musthave_quirks[PVR_STREAM_TYPE_FRAG][0] |= in pvr_stream_create_musthave_masks()
282 pvr_dev->stream_musthave_quirks[PVR_STREAM_TYPE_COMPUTE][0] |= in pvr_stream_create_musthave_masks()