base507c.c (976e3645923bdd2fe7893aae33fd7a21098bfb28) | base507c.c (ed3d1489d2717a13f3b47b296bb2faa7ce4168da) |
---|---|
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 --- 9 unchanged lines hidden (view full) --- 18 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 19 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 20 * OTHER DEALINGS IN THE SOFTWARE. 21 */ 22#include "base.h" 23 24#include <nvif/cl507c.h> 25#include <nvif/event.h> | 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 --- 9 unchanged lines hidden (view full) --- 18 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 19 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 20 * OTHER DEALINGS IN THE SOFTWARE. 21 */ 22#include "base.h" 23 24#include <nvif/cl507c.h> 25#include <nvif/event.h> |
26#include <nvif/timer.h> |
|
26 27#include <drm/drm_atomic_helper.h> 28#include <drm/drm_fourcc.h> 29#include <drm/drm_plane_helper.h> 30 31#include "nouveau_bo.h" 32 33void --- 271 unchanged lines hidden --- | 27 28#include <drm/drm_atomic_helper.h> 29#include <drm/drm_fourcc.h> 30#include <drm/drm_plane_helper.h> 31 32#include "nouveau_bo.h" 33 34void --- 271 unchanged lines hidden --- |