| .. | .. |
|---|
| 1 | | -/* SPDX-License-Identifier: GPL-2.0 */ |
|---|
| 1 | +/* SPDX-License-Identifier: MIT */ |
|---|
| 2 | 2 | #ifndef __NVIF_CL5070_H__ |
|---|
| 3 | 3 | #define __NVIF_CL5070_H__ |
|---|
| 4 | 4 | |
|---|
| .. | .. |
|---|
| 46 | 46 | __u8 version; |
|---|
| 47 | 47 | __u8 or; |
|---|
| 48 | 48 | __u8 link; |
|---|
| 49 | | - __u8 pad03[5]; |
|---|
| 49 | + __u8 hda; |
|---|
| 50 | + __u8 pad04[4]; |
|---|
| 50 | 51 | }; |
|---|
| 51 | 52 | |
|---|
| 52 | 53 | struct nv50_disp_dac_load_v0 { |
|---|
| .. | .. |
|---|
| 69 | 70 | __u8 rekey; |
|---|
| 70 | 71 | __u8 avi_infoframe_length; |
|---|
| 71 | 72 | __u8 vendor_infoframe_length; |
|---|
| 72 | | - __u8 pad06[2]; |
|---|
| 73 | +#define NV50_DISP_SOR_HDMI_PWR_V0_SCDC_SCRAMBLE (1 << 0) |
|---|
| 74 | +#define NV50_DISP_SOR_HDMI_PWR_V0_SCDC_DIV_BY_4 (1 << 1) |
|---|
| 75 | + __u8 scdc; |
|---|
| 76 | + __u8 pad07[1]; |
|---|
| 73 | 77 | }; |
|---|
| 74 | 78 | |
|---|
| 75 | 79 | struct nv50_disp_sor_lvds_script_v0 { |
|---|