提交 7483bed4 编写于 作者: H Harry Wentland 提交者: Alex Deucher

drm/amd/display: Pass correct number for gamma entries

This was broken by "implement DXGI Gamma Ramps"
Signed-off-by: NHarry Wentland <harry.wentland@amd.com>
Reviewed-by: NAndrey Grodzovsky <Andrey.Grodzovsky@amd.com>
Acked-by: NHarry Wentland <Harry.Wentland@amd.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 a2607aef
......@@ -1890,7 +1890,8 @@ static void fill_gamma_from_crtc_state(
return;
}
gamma->type = GAMMA_RGB_256_ENTRIES;
gamma->type = GAMMA_RGB_256;
gamma->num_entries = GAMMA_RGB_256_ENTRIES;
for (i = 0; i < GAMMA_RGB_256_ENTRIES; i++) {
gamma->entries.red[i] = dal_fixed31_32_from_int(lut[i].red);
gamma->entries.green[i] = dal_fixed31_32_from_int(lut[i].green);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册