mipi/panel: Remove pic_width and pic_height from dsc_config
The pic_width and pic_height fields of dsc_config are equivalent to edid.mode.ha and edid.mode.va, respectively. To remove duplicate information in panel_serializable_data, remove these two fields from dsc_config. BUG=b:424782827 TEST=emerge-tanjiro coreboot BRANCH=none Change-Id: I7f1dd4b431a610fa928b29da420b0c0e0bef5fcc Signed-off-by: Yu-Ping Wu <yupingso@chromium.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/90561 Reviewed-by: Yidi Lin <yidilin@google.com> Reviewed-by: Chen-Tsung Hsieh <chentsung@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
456403d9ba
commit
e6c3250912
2 changed files with 0 additions and 10 deletions
|
|
@ -85,14 +85,6 @@ struct dsc_config {
|
|||
* @slice_height: Slice height in pixels
|
||||
*/
|
||||
u16 slice_height;
|
||||
/*
|
||||
* @pic_width: Width of the input display frame in pixels
|
||||
*/
|
||||
u16 pic_width;
|
||||
/*
|
||||
* @pic_height: Vertical height of the input display frame
|
||||
*/
|
||||
u16 pic_height;
|
||||
/*
|
||||
* @rc_tgt_offset_high:
|
||||
* Offset to bits/group used by RC to determine QP adjustment
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue