base907c.c (b05d873808c77fedd25130b0355acc0da1c11e19) | base907c.c (88b600d421a5550cd56e13f2eda34cbefe417c28) |
---|---|
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 --- 68 unchanged lines hidden (view full) --- 77 78static void 79base907c_ilut(struct nv50_wndw *wndw, struct nv50_wndw_atom *asyw) 80{ 81 asyw->xlut.i.mode = 7; 82 asyw->xlut.i.enable = 2; 83} 84 | 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 --- 68 unchanged lines hidden (view full) --- 77 78static void 79base907c_ilut(struct nv50_wndw *wndw, struct nv50_wndw_atom *asyw) 80{ 81 asyw->xlut.i.mode = 7; 82 asyw->xlut.i.enable = 2; 83} 84 |
85static const struct nv50_wndw_func | 85const struct nv50_wndw_func |
86base907c = { 87 .acquire = base507c_acquire, 88 .release = base507c_release, 89 .sema_set = base507c_sema_set, 90 .sema_clr = base507c_sema_clr, 91 .ntfy_reset = base507c_ntfy_reset, 92 .ntfy_set = base507c_ntfy_set, 93 .ntfy_clr = base507c_ntfy_clr, --- 17 unchanged lines hidden --- | 86base907c = { 87 .acquire = base507c_acquire, 88 .release = base507c_release, 89 .sema_set = base507c_sema_set, 90 .sema_clr = base507c_sema_clr, 91 .ntfy_reset = base507c_ntfy_reset, 92 .ntfy_set = base507c_ntfy_set, 93 .ntfy_clr = base507c_ntfy_clr, --- 17 unchanged lines hidden --- |