Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 93be5ff3 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: mdss: add mdss capabilities for msm8937"

parents 1ec6cc4a 9408a59b
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -1274,6 +1274,14 @@ static void mdss_mdp_hw_rev_caps_init(struct mdss_data_type *mdata)
		mdata->min_prefill_lines = 12;
		set_bit(MDSS_QOS_OTLIM, mdata->mdss_qos_map);
		break;
	case MDSS_MDP_HW_REV_114:
		mdata->max_target_zorder = 4; /* excluding base layer */
		mdata->max_cursor_size = 64;
		mdata->min_prefill_lines = 12;
		mdata->has_ubwc = true;
		mdata->pixel_ram_size = 38 * 1024;
		set_bit(MDSS_QOS_OTLIM, mdata->mdss_qos_map);
		break;
	default:
		mdata->max_target_zorder = 4; /* excluding base layer */
		mdata->max_cursor_size = 64;