wndwc37e.c (c74a7469f97c0f40b46e82ee979f9fb1bb6e847c) | wndwc37e.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 --- 47 unchanged lines hidden (view full) --- 56 57static void 58wndwc37e_ilut(struct nv50_wndw *wndw, struct nv50_wndw_atom *asyw) 59{ 60 asyw->xlut.i.mode = 2; 61 asyw->xlut.i.size = 0; 62 asyw->xlut.i.range = 0; 63 asyw->xlut.i.output_mode = 1; | 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 --- 47 unchanged lines hidden (view full) --- 56 57static void 58wndwc37e_ilut(struct nv50_wndw *wndw, struct nv50_wndw_atom *asyw) 59{ 60 asyw->xlut.i.mode = 2; 61 asyw->xlut.i.size = 0; 62 asyw->xlut.i.range = 0; 63 asyw->xlut.i.output_mode = 1; |
64 asyw->xlut.i.load = head907d_olut_load; |
|
64} 65 66static void 67wndwc37e_image_clr(struct nv50_wndw *wndw) 68{ 69 u32 *push; 70 if ((push = evo_wait(&wndw->wndw, 4))) { 71 evo_mthd(push, 0x0308, 1); --- 207 unchanged lines hidden --- | 65} 66 67static void 68wndwc37e_image_clr(struct nv50_wndw *wndw) 69{ 70 u32 *push; 71 if ((push = evo_wait(&wndw->wndw, 4))) { 72 evo_mthd(push, 0x0308, 1); --- 207 unchanged lines hidden --- |