mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 19:13:47 +02:00
drm/amd/display: Use explicit size for types in DCCG's struct dp_dto_params
Reviewed-by: Alvin Lee <alvin.lee2@amd.com> Acked-by: Aurabindo Pillai <aurabindo.pillai@amd.com> Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
9a10bd0df6
commit
7f9b4fb450
|
|
@ -59,8 +59,8 @@ enum dentist_dispclk_change_mode {
|
|||
struct dp_dto_params {
|
||||
int otg_inst;
|
||||
enum signal_type signal;
|
||||
long long pixclk_hz;
|
||||
long long refclk_hz;
|
||||
uint64_t pixclk_hz;
|
||||
uint64_t refclk_hz;
|
||||
};
|
||||
|
||||
enum pixel_rate_div {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user