Re: [PATCH 0/4] Normalize redundant variables

2021-05-07 Thread Clements, John
Subject: [PATCH 0/4] Normalize redundant variables Classic normalization of a redundant variable. There is no need to have two variables representing the same quantity. Move up to the structure which represents the object which determines their values. Rename to a consistent name, and export to

[PATCH 0/4] Normalize redundant variables

2021-05-05 Thread Luben Tuikov
Classic normalization of a redundant variable. There is no need to have two variables representing the same quantity. Move up to the structure which represents the object which determines their values. Rename to a consistent name, and export to debugfs for debugging. Luben Tuikov (4): drm/amdgpu

Re: [PATCH 0/4] Normalize redundant variables

2021-05-04 Thread Christian König
Acked-by: Christian König for the series. Am 04.05.21 um 23:47 schrieb Luben Tuikov: Classic normalization of a redundant variable. There is no need to have two variables representing the same quantity. Move up to the structure which represents the object which determines their values. Rename t

[PATCH 0/4] Normalize redundant variables

2021-05-04 Thread Luben Tuikov
Classic normalization of a redundant variable. There is no need to have two variables representing the same quantity. Move up to the structure which represents the object which determines their values. Rename to a consistent name, and export to debugfs for debugging. Luben Tuikov (4): drm/amdgpu