mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 01:55:51 +02:00
media: iris: drop remnants of UBWC configuration
Now as all UBWC configuration bits were migrated to be used or derived from the global UBWC platform-specific data, drop the unused struct and field definitions. Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org> Reviewed-by: Dikshita Agarwal <dikshita.agarwal@oss.qualcomm.com> Tested-by: Wangao Wang <wangao.wang@oss.qualcomm.com> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Signed-off-by: Bryan O'Donoghue <bod@kernel.org>
This commit is contained in:
parent
59d1b40ce3
commit
28d2ab064d
|
|
@ -75,9 +75,6 @@ struct tz_cp_config {
|
|||
u32 cp_nonpixel_size;
|
||||
};
|
||||
|
||||
struct ubwc_config_data {
|
||||
};
|
||||
|
||||
struct platform_inst_caps {
|
||||
u32 min_frame_width;
|
||||
u32 max_frame_width;
|
||||
|
|
@ -241,7 +238,6 @@ struct iris_platform_data {
|
|||
u32 tz_cp_config_data_size;
|
||||
u32 core_arch;
|
||||
u32 hw_response_timeout;
|
||||
struct ubwc_config_data *ubwc_config;
|
||||
u32 num_vpp_pipe;
|
||||
bool no_aon;
|
||||
u32 max_session_count;
|
||||
|
|
|
|||
|
|
@ -790,9 +790,6 @@ static const char * const sm8550_opp_clk_table[] = {
|
|||
NULL,
|
||||
};
|
||||
|
||||
static struct ubwc_config_data ubwc_config_sm8550 = {
|
||||
};
|
||||
|
||||
static const struct tz_cp_config tz_cp_config_sm8550[] = {
|
||||
{
|
||||
.cp_start = 0,
|
||||
|
|
@ -949,7 +946,6 @@ const struct iris_platform_data sm8550_data = {
|
|||
.tz_cp_config_data_size = ARRAY_SIZE(tz_cp_config_sm8550),
|
||||
.core_arch = VIDEO_ARCH_LX,
|
||||
.hw_response_timeout = HW_RESPONSE_TIMEOUT_VALUE,
|
||||
.ubwc_config = &ubwc_config_sm8550,
|
||||
.num_vpp_pipe = 4,
|
||||
.max_session_count = 16,
|
||||
.max_core_mbpf = NUM_MBS_8K * 2,
|
||||
|
|
@ -1054,7 +1050,6 @@ const struct iris_platform_data sm8650_data = {
|
|||
.tz_cp_config_data_size = ARRAY_SIZE(tz_cp_config_sm8550),
|
||||
.core_arch = VIDEO_ARCH_LX,
|
||||
.hw_response_timeout = HW_RESPONSE_TIMEOUT_VALUE,
|
||||
.ubwc_config = &ubwc_config_sm8550,
|
||||
.num_vpp_pipe = 4,
|
||||
.max_session_count = 16,
|
||||
.max_core_mbpf = NUM_MBS_8K * 2,
|
||||
|
|
@ -1150,7 +1145,6 @@ const struct iris_platform_data sm8750_data = {
|
|||
.tz_cp_config_data_size = ARRAY_SIZE(tz_cp_config_sm8550),
|
||||
.core_arch = VIDEO_ARCH_LX,
|
||||
.hw_response_timeout = HW_RESPONSE_TIMEOUT_VALUE,
|
||||
.ubwc_config = &ubwc_config_sm8550,
|
||||
.num_vpp_pipe = 4,
|
||||
.max_session_count = 16,
|
||||
.max_core_mbpf = NUM_MBS_8K * 2,
|
||||
|
|
@ -1250,7 +1244,6 @@ const struct iris_platform_data qcs8300_data = {
|
|||
.tz_cp_config_data_size = ARRAY_SIZE(tz_cp_config_sm8550),
|
||||
.core_arch = VIDEO_ARCH_LX,
|
||||
.hw_response_timeout = HW_RESPONSE_TIMEOUT_VALUE,
|
||||
.ubwc_config = &ubwc_config_sm8550,
|
||||
.num_vpp_pipe = 2,
|
||||
.max_session_count = 16,
|
||||
.max_core_mbpf = ((4096 * 2176) / 256) * 4,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user