mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-03 11:13:56 +08:00
drm/nouveau/disp/gv100: fix name of window channels in debug output
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
parent
729eba3355
commit
03da9faae1
@ -118,7 +118,7 @@ gv100_disp_wndw_mthd_base = {
|
|||||||
|
|
||||||
const struct nv50_disp_chan_mthd
|
const struct nv50_disp_chan_mthd
|
||||||
gv100_disp_wndw_mthd = {
|
gv100_disp_wndw_mthd = {
|
||||||
.name = "Base",
|
.name = "Window",
|
||||||
.addr = 0x001000,
|
.addr = 0x001000,
|
||||||
.prev = 0x000800,
|
.prev = 0x000800,
|
||||||
.data = {
|
.data = {
|
||||||
|
Loading…
Reference in New Issue
Block a user