Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/display/sdm/libs/core/fb/
Dhw_info.cpp323 hw_resource_->writeback_index = hw_resource_->hw_rot_info.num_rotator; in GetHWResourceInfo()
365 hw_resource->hw_rot_info.type = HWRotatorInfo::ROT_TYPE_MDSS; in GetMDSSRotatorInfo()
369 hw_resource->hw_rot_info.num_rotator = UINT8(atoi(tokens[1])); in GetMDSSRotatorInfo()
370 hw_resource->hw_rot_info.device_path = "/dev/mdss_rotator"; in GetMDSSRotatorInfo()
372 hw_resource->hw_rot_info.has_downscale = UINT8(atoi(tokens[1])); in GetMDSSRotatorInfo()
374 hw_resource->hw_rot_info.max_line_width = UINT64(atoi(tokens[1])); in GetMDSSRotatorInfo()
380 hw_resource->hw_rot_info.num_rotator, hw_resource->hw_rot_info.has_downscale, in GetMDSSRotatorInfo()
381 hw_resource->hw_rot_info.min_downscale, hw_resource->hw_rot_info.max_line_width); in GetMDSSRotatorInfo()
401 hw_resource->hw_rot_info.device_path = string("/dev/video" + to_string(i)); in GetV4L2RotatorInfo()
402 hw_resource->hw_rot_info.num_rotator++; in GetV4L2RotatorInfo()
[all …]
/hardware/qcom/sdm845/display/sdm/libs/core/fb/
Dhw_info.cpp323 hw_resource_->writeback_index = hw_resource_->hw_rot_info.num_rotator; in GetHWResourceInfo()
365 hw_resource->hw_rot_info.type = HWRotatorInfo::ROT_TYPE_MDSS; in GetMDSSRotatorInfo()
369 hw_resource->hw_rot_info.num_rotator = UINT8(atoi(tokens[1])); in GetMDSSRotatorInfo()
370 hw_resource->hw_rot_info.device_path = "/dev/mdss_rotator"; in GetMDSSRotatorInfo()
372 hw_resource->hw_rot_info.has_downscale = UINT8(atoi(tokens[1])); in GetMDSSRotatorInfo()
378 hw_resource->hw_rot_info.num_rotator, hw_resource->hw_rot_info.has_downscale, in GetMDSSRotatorInfo()
379 hw_resource->hw_rot_info.min_downscale); in GetMDSSRotatorInfo()
399 hw_resource->hw_rot_info.device_path = string("/dev/video" + to_string(i)); in GetV4L2RotatorInfo()
400 hw_resource->hw_rot_info.num_rotator++; in GetV4L2RotatorInfo()
401 hw_resource->hw_rot_info.type = HWRotatorInfo::ROT_TYPE_V4L2; in GetV4L2RotatorInfo()
[all …]
/hardware/qcom/display/msm8998/sdm/libs/core/fb/
Dhw_info.cpp325 hw_resource_->writeback_index = hw_resource_->hw_rot_info.num_rotator; in GetHWResourceInfo()
367 hw_resource->hw_rot_info.type = HWRotatorInfo::ROT_TYPE_MDSS; in GetMDSSRotatorInfo()
371 hw_resource->hw_rot_info.num_rotator = UINT8(atoi(tokens[1])); in GetMDSSRotatorInfo()
372 hw_resource->hw_rot_info.device_path = "/dev/mdss_rotator"; in GetMDSSRotatorInfo()
374 hw_resource->hw_rot_info.has_downscale = UINT8(atoi(tokens[1])); in GetMDSSRotatorInfo()
380 hw_resource->hw_rot_info.num_rotator, hw_resource->hw_rot_info.has_downscale, in GetMDSSRotatorInfo()
381 hw_resource->hw_rot_info.min_downscale); in GetMDSSRotatorInfo()
401 hw_resource->hw_rot_info.device_path = string("/dev/video" + to_string(i)); in GetV4L2RotatorInfo()
402 hw_resource->hw_rot_info.num_rotator++; in GetV4L2RotatorInfo()
403 hw_resource->hw_rot_info.type = HWRotatorInfo::ROT_TYPE_V4L2; in GetV4L2RotatorInfo()
[all …]
/hardware/qcom/display/msm8909/sdm/libs/core/fb/
Dhw_info.cpp330 hw_resource_->writeback_index = hw_resource_->hw_rot_info.num_rotator; in GetHWResourceInfo()
372 hw_resource->hw_rot_info.type = HWRotatorInfo::ROT_TYPE_MDSS; in GetMDSSRotatorInfo()
376 hw_resource->hw_rot_info.num_rotator = UINT8(atoi(tokens[1])); in GetMDSSRotatorInfo()
377 hw_resource->hw_rot_info.device_path = "/dev/mdss_rotator"; in GetMDSSRotatorInfo()
379 hw_resource->hw_rot_info.has_downscale = UINT8(atoi(tokens[1])); in GetMDSSRotatorInfo()
385 hw_resource->hw_rot_info.num_rotator, hw_resource->hw_rot_info.has_downscale, in GetMDSSRotatorInfo()
386 hw_resource->hw_rot_info.min_downscale); in GetMDSSRotatorInfo()
406 hw_resource->hw_rot_info.device_path = string("/dev/video" + to_string(i)); in GetV4L2RotatorInfo()
407 hw_resource->hw_rot_info.num_rotator++; in GetV4L2RotatorInfo()
408 hw_resource->hw_rot_info.type = HWRotatorInfo::ROT_TYPE_V4L2; in GetV4L2RotatorInfo()
[all …]
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/
Dhw_info.cpp326 hw_resource_->writeback_index = hw_resource_->hw_rot_info.num_rotator; in GetHWResourceInfo()
368 hw_resource->hw_rot_info.type = HWRotatorInfo::ROT_TYPE_MDSS; in GetMDSSRotatorInfo()
372 hw_resource->hw_rot_info.num_rotator = UINT8(atoi(tokens[1])); in GetMDSSRotatorInfo()
373 hw_resource->hw_rot_info.device_path = "/dev/mdss_rotator"; in GetMDSSRotatorInfo()
375 hw_resource->hw_rot_info.has_downscale = UINT8(atoi(tokens[1])); in GetMDSSRotatorInfo()
381 hw_resource->hw_rot_info.num_rotator, hw_resource->hw_rot_info.has_downscale, in GetMDSSRotatorInfo()
382 hw_resource->hw_rot_info.min_downscale); in GetMDSSRotatorInfo()
402 hw_resource->hw_rot_info.device_path = string("/dev/video" + to_string(i)); in GetV4L2RotatorInfo()
403 hw_resource->hw_rot_info.num_rotator++; in GetV4L2RotatorInfo()
404 hw_resource->hw_rot_info.type = HWRotatorInfo::ROT_TYPE_V4L2; in GetV4L2RotatorInfo()
[all …]
/hardware/qcom/display/msm8996/sdm/libs/core/fb/
Dhw_info.cpp333 hw_resource->writeback_index = hw_resource->hw_rot_info.num_rotator; in GetHWResourceInfo()
373 hw_resource->hw_rot_info.type = HWRotatorInfo::ROT_TYPE_MDSS; in GetMDSSRotatorInfo()
377 hw_resource->hw_rot_info.num_rotator = UINT8(atoi(tokens[1])); in GetMDSSRotatorInfo()
378 hw_resource->hw_rot_info.device_path = "/dev/mdss_rotator"; in GetMDSSRotatorInfo()
380 hw_resource->hw_rot_info.has_downscale = UINT8(atoi(tokens[1])); in GetMDSSRotatorInfo()
385 DLOGI("MDSS Rotator: Count = %d, Downscale = %d", hw_resource->hw_rot_info.num_rotator, in GetMDSSRotatorInfo()
386 hw_resource->hw_rot_info.has_downscale); in GetMDSSRotatorInfo()
405 hw_resource->hw_rot_info.device_path = string("/dev/video" + to_string(i)); in GetV4L2RotatorInfo()
406 hw_resource->hw_rot_info.num_rotator++; in GetV4L2RotatorInfo()
407 hw_resource->hw_rot_info.type = HWRotatorInfo::ROT_TYPE_V4L2; in GetV4L2RotatorInfo()
[all …]
/hardware/qcom/display/msm8996/sdm/libs/core/
Dcore_impl.cpp84 if (extension_intf_ && hw_resource_.hw_rot_info.num_rotator) { in Init()
85 error = extension_intf_->CreateRotator(hw_resource_.hw_rot_info, buffer_allocator_, in Init()
111 if (extension_intf_ && hw_resource_.hw_rot_info.num_rotator) { in Deinit()
/hardware/qcom/display/msm8998/sdm/libs/core/drm/
Dhw_info_drm.cpp445 hw_resource->hw_rot_info.device_path = string("/dev/video" + to_string(i)); in GetHWRotatorInfo()
446 hw_resource->hw_rot_info.num_rotator++; in GetHWRotatorInfo()
447 hw_resource->hw_rot_info.type = HWRotatorInfo::ROT_TYPE_V4L2; in GetHWRotatorInfo()
448 hw_resource->hw_rot_info.has_downscale = true; in GetHWRotatorInfo()
460 hw_resource->hw_rot_info.downscale_compression = in GetHWRotatorInfo()
463 hw_resource->hw_rot_info.min_downscale = in GetHWRotatorInfo()
475 hw_resource->hw_rot_info.num_rotator, hw_resource->hw_rot_info.has_downscale, in GetHWRotatorInfo()
476 hw_resource->hw_rot_info.min_downscale, hw_resource->hw_rot_info.downscale_compression); in GetHWRotatorInfo()
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/drm/
Dhw_info_drm.cpp445 hw_resource->hw_rot_info.device_path = string("/dev/video" + to_string(i)); in GetHWRotatorInfo()
446 hw_resource->hw_rot_info.num_rotator++; in GetHWRotatorInfo()
447 hw_resource->hw_rot_info.type = HWRotatorInfo::ROT_TYPE_V4L2; in GetHWRotatorInfo()
448 hw_resource->hw_rot_info.has_downscale = true; in GetHWRotatorInfo()
460 hw_resource->hw_rot_info.downscale_compression = in GetHWRotatorInfo()
463 hw_resource->hw_rot_info.min_downscale = in GetHWRotatorInfo()
475 hw_resource->hw_rot_info.num_rotator, hw_resource->hw_rot_info.has_downscale, in GetHWRotatorInfo()
476 hw_resource->hw_rot_info.min_downscale, hw_resource->hw_rot_info.downscale_compression); in GetHWRotatorInfo()
/hardware/qcom/display/msm8909/sdm/libs/core/drm/
Dhw_info_drm.cpp458 hw_resource->hw_rot_info.device_path = string("/dev/video" + to_string(i)); in GetHWRotatorInfo()
459 hw_resource->hw_rot_info.num_rotator++; in GetHWRotatorInfo()
460 hw_resource->hw_rot_info.type = HWRotatorInfo::ROT_TYPE_V4L2; in GetHWRotatorInfo()
461 hw_resource->hw_rot_info.has_downscale = true; in GetHWRotatorInfo()
473 hw_resource->hw_rot_info.downscale_compression = in GetHWRotatorInfo()
476 hw_resource->hw_rot_info.min_downscale = in GetHWRotatorInfo()
488 hw_resource->hw_rot_info.num_rotator, hw_resource->hw_rot_info.has_downscale, in GetHWRotatorInfo()
489 hw_resource->hw_rot_info.min_downscale, hw_resource->hw_rot_info.downscale_compression); in GetHWRotatorInfo()
/hardware/qcom/sdm845/display/sdm/libs/core/drm/
Dhw_info_drm.cpp536 hw_resource->hw_rot_info.device_path = string("/dev/video" + to_string(i)); in GetHWRotatorInfo()
537 hw_resource->hw_rot_info.num_rotator++; in GetHWRotatorInfo()
538 hw_resource->hw_rot_info.type = HWRotatorInfo::ROT_TYPE_V4L2; in GetHWRotatorInfo()
539 hw_resource->hw_rot_info.has_downscale = true; in GetHWRotatorInfo()
551 hw_resource->hw_rot_info.downscale_compression = in GetHWRotatorInfo()
554 hw_resource->hw_rot_info.min_downscale = in GetHWRotatorInfo()
566 hw_resource->hw_rot_info.num_rotator, hw_resource->hw_rot_info.has_downscale, in GetHWRotatorInfo()
567 hw_resource->hw_rot_info.min_downscale, hw_resource->hw_rot_info.downscale_compression); in GetHWRotatorInfo()
/hardware/qcom/sm8150/display/sdm/libs/core/drm/
Dhw_info_drm.cpp618 hw_resource->hw_rot_info.device_path = string("/dev/video" + to_string(i)); in GetHWRotatorInfo()
619 hw_resource->hw_rot_info.num_rotator++; in GetHWRotatorInfo()
620 hw_resource->hw_rot_info.type = HWRotatorInfo::ROT_TYPE_V4L2; in GetHWRotatorInfo()
621 hw_resource->hw_rot_info.has_downscale = true; in GetHWRotatorInfo()
634 hw_resource->hw_rot_info.downscale_compression = in GetHWRotatorInfo()
637 hw_resource->hw_rot_info.min_downscale = in GetHWRotatorInfo()
640 hw_resource->hw_rot_info.max_line_width = in GetHWRotatorInfo()
652 "Downscale_compression = %d, Max_line_width = %d", hw_resource->hw_rot_info.num_rotator, in GetHWRotatorInfo()
653 hw_resource->hw_rot_info.has_downscale, hw_resource->hw_rot_info.min_downscale, in GetHWRotatorInfo()
654 hw_resource->hw_rot_info.downscale_compression, hw_resource->hw_rot_info.max_line_width); in GetHWRotatorInfo()
/hardware/qcom/display/msm8996/sdm/include/private/
Dextension_interface.h74 virtual DisplayError CreateRotator(const HWRotatorInfo &hw_rot_info,
Dhw_info_types.h189 HWRotatorInfo hw_rot_info; member
/hardware/qcom/display/msm8998/sdm/include/private/
Dhw_info_types.h190 HWRotatorInfo hw_rot_info; member
/hardware/qcom/display/msm8909w_3100/sdm/include/private/
Dhw_info_types.h196 HWRotatorInfo hw_rot_info; member
/hardware/qcom/display/msm8909/sdm/include/private/
Dhw_info_types.h197 HWRotatorInfo hw_rot_info; member
/hardware/qcom/sdm845/display/sdm/include/private/
Dhw_info_types.h226 HWRotatorInfo hw_rot_info; member
/hardware/qcom/sm8150/display/sdm/include/private/
Dhw_info_types.h298 HWRotatorInfo hw_rot_info; member