disp.c (7824a88b4286980512de2a46763646100274a5ac) | disp.c (9e99444490238d210a421cef3598432c5da2e086) |
---|---|
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 --- 22 unchanged lines hidden (view full) --- 31{ 32 nvif_object_dtor(&disp->object); 33} 34 35int 36nvif_disp_ctor(struct nvif_device *device, const char *name, s32 oclass, struct nvif_disp *disp) 37{ 38 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 --- 22 unchanged lines hidden (view full) --- 31{ 32 nvif_object_dtor(&disp->object); 33} 34 35int 36nvif_disp_ctor(struct nvif_device *device, const char *name, s32 oclass, struct nvif_disp *disp) 37{ 38 static const struct nvif_mclass disps[] = { |
39 { AD102_DISP, 0 }, |
|
39 { GA102_DISP, 0 }, 40 { TU102_DISP, 0 }, 41 { GV100_DISP, 0 }, 42 { GP102_DISP, 0 }, 43 { GP100_DISP, 0 }, 44 { GM200_DISP, 0 }, 45 { GM107_DISP, 0 }, 46 { GK110_DISP, 0 }, --- 35 unchanged lines hidden --- | 40 { GA102_DISP, 0 }, 41 { TU102_DISP, 0 }, 42 { GV100_DISP, 0 }, 43 { GP102_DISP, 0 }, 44 { GP100_DISP, 0 }, 45 { GM200_DISP, 0 }, 46 { GM107_DISP, 0 }, 47 { GK110_DISP, 0 }, --- 35 unchanged lines hidden --- |