disp.c (82ffd0454bd9bd57780966d47bfd56d579dd4fb3) disp.c (8603774233507550d557272146ba1834071e3e49)
1/*
2 * Copyright 2018 Red Hat Inc.
3 *
4 * Permission is hereby granted, free of charge, to any person obtaining a
5 * copy of this software and associated documentation files (the "Software"),
6 * to deal in the Software without restriction, including without limitation
7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
8 * and/or sell copies of the Software, and to permit persons to whom the

--- 20 unchanged lines hidden (view full) ---

29{
30 nvif_object_fini(&disp->object);
31}
32
33int
34nvif_disp_ctor(struct nvif_device *device, s32 oclass, struct nvif_disp *disp)
35{
36 static const struct nvif_mclass disps[] = {
1/*
2 * Copyright 2018 Red Hat Inc.
3 *
4 * Permission is hereby granted, free of charge, to any person obtaining a
5 * copy of this software and associated documentation files (the "Software"),
6 * to deal in the Software without restriction, including without limitation
7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
8 * and/or sell copies of the Software, and to permit persons to whom the

--- 20 unchanged lines hidden (view full) ---

29{
30 nvif_object_fini(&disp->object);
31}
32
33int
34nvif_disp_ctor(struct nvif_device *device, s32 oclass, struct nvif_disp *disp)
35{
36 static const struct nvif_mclass disps[] = {
37 { TU104_DISP, -1 },
37 { TU102_DISP, -1 },
38 { GV100_DISP, -1 },
39 { GP102_DISP, -1 },
40 { GP100_DISP, -1 },
41 { GM200_DISP, -1 },
42 { GM107_DISP, -1 },
43 { GK110_DISP, -1 },
44 { GK104_DISP, -1 },
45 { GF110_DISP, -1 },

--- 16 unchanged lines hidden ---
38 { GV100_DISP, -1 },
39 { GP102_DISP, -1 },
40 { GP100_DISP, -1 },
41 { GM200_DISP, -1 },
42 { GM107_DISP, -1 },
43 { GK110_DISP, -1 },
44 { GK104_DISP, -1 },
45 { GF110_DISP, -1 },

--- 16 unchanged lines hidden ---