kernel/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv40.c
.. .. @@ -131,11 +131,13 @@ 131 131 nvkm_mask(device, 0x00402c, 0xc0771100, ram->ctrl); 132 132 nvkm_wr32(device, 0x004048, ram->coef); 133 133 nvkm_wr32(device, 0x004030, ram->coef); 134 + fallthrough;134 135 case 0x43: 135 136 case 0x49: 136 137 case 0x4b: 137 138 nvkm_mask(device, 0x004038, 0xc0771100, ram->ctrl); 138 139 nvkm_wr32(device, 0x00403c, ram->coef); 140 + fallthrough;139 141 default: 140 142 nvkm_mask(device, 0x004020, 0xc0771100, ram->ctrl); 141 143 nvkm_wr32(device, 0x004024, ram->coef);