base907c.c (c74a7469f97c0f40b46e82ee979f9fb1bb6e847c) | base907c.c (cb55cd0c66a16fd965a44e2634755b060dc64bd7) |
---|---|
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 --- 66 unchanged lines hidden (view full) --- 75 } 76} 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; | 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 --- 66 unchanged lines hidden (view full) --- 75 } 76} 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 asyw->xlut.i.load = head907d_olut_load; |
|
83} 84 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, --- 20 unchanged lines hidden --- | 84} 85 86const struct nv50_wndw_func 87base907c = { 88 .acquire = base507c_acquire, 89 .release = base507c_release, 90 .sema_set = base507c_sema_set, 91 .sema_clr = base507c_sema_clr, --- 20 unchanged lines hidden --- |