Lines Matching +full:software +full:- +full:dl

5  * copy of this software and associated documentation files (the "Software"),
6 * to deal in the Software without restriction, including without limitation
8 * and/or sell copies of the Software, and to permit persons to whom the
9 * Software is furnished to do so, subject to the following conditions:
12 * all copies or substantial portions of the Software.
14 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19 * OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
20 * SOFTWARE.
32 (0xffffffff >> (31 - ((1 ? field) - (0 ? field)))) << (0 ? field))
62 struct nvif_object *device = &nouveau_drm(dev)->client.device.object; in NVReadCRTC()
73 struct nvif_object *device = &nouveau_drm(dev)->client.device.object; in NVWriteCRTC()
82 struct nvif_object *device = &nouveau_drm(dev)->client.device.object; in NVReadRAMDAC()
93 struct nvif_object *device = &nouveau_drm(dev)->client.device.object; in NVWriteRAMDAC()
100 int or, int dl, uint8_t address) in nv_read_tmds() argument
104 NVWriteRAMDAC(dev, ramdac, NV_PRAMDAC_FP_TMDS_CONTROL + dl * 8, in nv_read_tmds()
106 return NVReadRAMDAC(dev, ramdac, NV_PRAMDAC_FP_TMDS_DATA + dl * 8); in nv_read_tmds()
110 int or, int dl, uint8_t address, in nv_write_tmds() argument
115 NVWriteRAMDAC(dev, ramdac, NV_PRAMDAC_FP_TMDS_DATA + dl * 8, data); in nv_write_tmds()
116 NVWriteRAMDAC(dev, ramdac, NV_PRAMDAC_FP_TMDS_CONTROL + dl * 8, address); in nv_write_tmds()
122 struct nvif_object *device = &nouveau_drm(dev)->client.device.object; in NVWriteVgaCrtc()
130 struct nvif_object *device = &nouveau_drm(dev)->client.device.object; in NVReadVgaCrtc()
137 /* CR57 and CR58 are a fun pair of regs. CR57 provides an index (0-0xf) for CR58
139 * per-head variables around
147 * 0x0f laptop panel info - low nibble for PEXTDEV_BOOT_0 strap
167 struct nvif_object *device = &nouveau_drm(dev)->client.device.object; in NVReadPRMVIO()
173 if (head && drm->client.device.info.family == NV_DEVICE_INFO_V0_CURIE) in NVReadPRMVIO()
183 struct nvif_object *device = &nouveau_drm(dev)->client.device.object; in NVWritePRMVIO()
188 if (head && drm->client.device.info.family == NV_DEVICE_INFO_V0_CURIE) in NVWritePRMVIO()
196 struct nvif_object *device = &nouveau_drm(dev)->client.device.object; in NVSetEnablePalette()
203 struct nvif_object *device = &nouveau_drm(dev)->client.device.object; in NVGetEnablePalette()
211 struct nvif_object *device = &nouveau_drm(dev)->client.device.object; in NVWriteVgaAttr()
225 struct nvif_object *device = &nouveau_drm(dev)->client.device.object; in NVReadVgaAttr()
261 struct nvif_object *device = &nouveau_drm(dev)->client.device.object; in nv_heads_tied()
264 if (drm->client.device.info.chipset == 0x11) in nv_heads_tied()
270 /* makes cr0-7 on the specified head read-only */
320 if (drm->client.device.info.chipset == 0x11 && !nv_heads_tied(dev)) in NVLockVgaCrtcs()
337 …return drm->client.device.info.family >= NV_DEVICE_INFO_V0_CELSIUS ? NV10_CURSOR_SIZE : NV04_CURSO… in nv_cursor_width()
359 if (drm->client.device.info.family == NV_DEVICE_INFO_V0_TNT) { in nv_set_crtc_base()
376 &nv04_display(dev)->mode_reg.crtc_reg[head].CRTC[NV_CIO_CRE_HCUR_ADDR1_INDEX]; in nv_show_cursor()
384 if (drm->client.device.info.family == NV_DEVICE_INFO_V0_CURIE) in nv_show_cursor()
400 if (drm->client.device.info.family == NV_DEVICE_INFO_V0_TNT) in nv_pitch_align()
401 mask = 128 / bpp - 1; in nv_pitch_align()
403 mask = 512 / bpp - 1; in nv_pitch_align()