forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
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);