forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv40.c
....@@ -131,11 +131,13 @@
131131 nvkm_mask(device, 0x00402c, 0xc0771100, ram->ctrl);
132132 nvkm_wr32(device, 0x004048, ram->coef);
133133 nvkm_wr32(device, 0x004030, ram->coef);
134
+ fallthrough;
134135 case 0x43:
135136 case 0x49:
136137 case 0x4b:
137138 nvkm_mask(device, 0x004038, 0xc0771100, ram->ctrl);
138139 nvkm_wr32(device, 0x00403c, ram->coef);
140
+ fallthrough;
139141 default:
140142 nvkm_mask(device, 0x004020, 0xc0771100, ram->ctrl);
141143 nvkm_wr32(device, 0x004024, ram->coef);