Loading arch/arm64/boot/dts/qcom/kona-sde.dtsi +1 −1 Original line number Diff line number Diff line Loading @@ -138,7 +138,7 @@ qcom,sde-sspp-linewidth = <4096>; qcom,sde-wb-linewidth = <4096>; qcom,sde-mixer-blendstages = <0xb>; qcom,sde-highest-bank-bit = <0x2>; qcom,sde-highest-bank-bit = <0x3>; qcom,sde-ubwc-version = <0x400>; qcom,sde-ubwc-swizzle = <0x6>; qcom,sde-ubwc-bw-calc-version = <0x1>; Loading drivers/gpu/drm/msm/sde/sde_hw_catalog.c +3 −0 Original line number Diff line number Diff line Loading @@ -3002,6 +3002,9 @@ static int _sde_parse_prop_check(struct sde_mdss_cfg *cfg, if (!prop_exists[BANK_BIT]) cfg->mdp[0].highest_bank_bit = DEFAULT_SDE_HIGHEST_BANK_BIT; if (of_fdt_get_ddrtype() == LP_DDR4_TYPE) cfg->mdp[0].highest_bank_bit = 0x02; cfg->ubwc_version = SDE_HW_UBWC_VER(PROP_VALUE_ACCESS(prop_value, UBWC_VERSION, 0)); if (!prop_exists[UBWC_VERSION]) Loading drivers/gpu/drm/msm/sde/sde_hw_catalog.h +1 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ #include <linux/bitmap.h> #include <linux/err.h> #include <linux/msm-bus.h> #include <linux/of_fdt.h> #include <drm/drmP.h> /** Loading Loading
arch/arm64/boot/dts/qcom/kona-sde.dtsi +1 −1 Original line number Diff line number Diff line Loading @@ -138,7 +138,7 @@ qcom,sde-sspp-linewidth = <4096>; qcom,sde-wb-linewidth = <4096>; qcom,sde-mixer-blendstages = <0xb>; qcom,sde-highest-bank-bit = <0x2>; qcom,sde-highest-bank-bit = <0x3>; qcom,sde-ubwc-version = <0x400>; qcom,sde-ubwc-swizzle = <0x6>; qcom,sde-ubwc-bw-calc-version = <0x1>; Loading
drivers/gpu/drm/msm/sde/sde_hw_catalog.c +3 −0 Original line number Diff line number Diff line Loading @@ -3002,6 +3002,9 @@ static int _sde_parse_prop_check(struct sde_mdss_cfg *cfg, if (!prop_exists[BANK_BIT]) cfg->mdp[0].highest_bank_bit = DEFAULT_SDE_HIGHEST_BANK_BIT; if (of_fdt_get_ddrtype() == LP_DDR4_TYPE) cfg->mdp[0].highest_bank_bit = 0x02; cfg->ubwc_version = SDE_HW_UBWC_VER(PROP_VALUE_ACCESS(prop_value, UBWC_VERSION, 0)); if (!prop_exists[UBWC_VERSION]) Loading
drivers/gpu/drm/msm/sde/sde_hw_catalog.h +1 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ #include <linux/bitmap.h> #include <linux/err.h> #include <linux/msm-bus.h> #include <linux/of_fdt.h> #include <drm/drmP.h> /** Loading