mirror of https://gitee.com/openkylin/linux.git
drm/nouveau/pm/gf100: remove undefined TEX.PM_UNKC8 mux
This mux only exists on GF108+ (except for GF110 one), but since it is not used by the userspace we can drop it for now. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
parent
7fe882eb90
commit
9b4dc66d47
|
@ -62,10 +62,6 @@ gf100_tex_sources[] = {
|
|||
{ 0x7, 8, "sel1", true },
|
||||
{}
|
||||
}, "pgraph_gpc0_tpc0_tex_pm_mux_c_d" },
|
||||
{ 0x5042c8, (const struct nvkm_specmux[]) {
|
||||
{ 0x1f, 0, "sel", true },
|
||||
{}
|
||||
}, "pgraph_gpc0_tpc0_tex_pm_unkc8" },
|
||||
{}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue