HomeSort by: relevance | last modified time | path
    Searched refs:revision (Results 1 - 25 of 217) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
history.h 8 * Revision 1.0
140 This file contains specific revision info SINCE THE LAST RELEASE. It is not meant to
  /xsrc/external/mit/xf86-video-qxl/dist/src/
qxl_io.c 76 if (qxl->pci->revision >= 3)
94 if (qxl->pci->revision >= 3)
112 if (qxl->pci->revision >= 3)
131 if (qxl->pci->revision >= 3)
155 // FIXME: write individual update_area for revision < V10
185 if (qxl->pci->revision < 4)
199 if (qxl->pci->revision >= 3)
  /xsrc/external/mit/MesaLib/dist/src/etnaviv/drm/
etnaviv_gpu.c 61 gpu->revision = get_param(dev, core, ETNAVIV_PARAM_GPU_REVISION);
66 INFO_MSG(" GPU model: 0x%x (rev %x)", gpu->model, gpu->revision);
92 *value = gpu->revision;
  /xsrc/external/mit/libdrm/dist/etnaviv/
etnaviv_gpu.c 61 gpu->revision = get_param(dev, core, ETNAVIV_PARAM_GPU_REVISION);
66 INFO_MSG(" GPU model: 0x%x (rev %x)", gpu->model, gpu->revision);
92 *value = gpu->revision;
  /xsrc/external/mit/MesaLib/dist/src/broadcom/simulator/
v3d_simulator_wrapper.cpp 78 return ident->tech_version * 10 + ident->revision;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
etnaviv_screen.h 82 uint32_t revision; member in struct:etna_screen
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
etnaviv_screen.h 79 uint32_t revision; member in struct:etna_screen
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
v3d_simulator_wrapper.cpp 83 return ident->tech_version * 10 + ident->revision;
  /xsrc/external/mit/libdrm/dist/nouveau/nvif/
cl0080.h 22 __u8 revision; /* from NV_PMC_BOOT_0 */ member in struct:nv_device_info_v0
  /xsrc/external/mit/xf86-video-nv/dist/src/
nv_const.h 15 #define CHIP_REVISION(p) (p)->revision
  /xsrc/external/mit/xf86-video-ati-kms/dist/src/
atipcirename.h 41 #define PCI_DEV_REVISION(_pcidev) ((_pcidev)->revision)
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/ddc/
print_edid.c 54 c->revision);
73 if (v->revision == 2 || v->revision == 3) {
77 else if (v->revision >= 4) {
173 if (PREFERRED_TIMING_MODE(c->msc) || v->revision >= 4) {
176 if (v->revision >= 4)
180 else if (v->revision == 3) {
186 if (v->revision >= 4) {
217 else if (v->revision >= 4 && (disp->hsize || disp->vsize)) {
230 if (!disp->gamma && v->revision >= 1.4
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ddc/
print_edid.c 54 c->revision);
73 if (v->revision == 2 || v->revision == 3) {
76 } else if (v->revision >= 4) {
163 if (PREFERRED_TIMING_MODE(c->msc) || v->revision >= 4) {
166 if (v->revision >= 4)
169 } else if (v->revision == 3) {
175 if (v->revision >= 4) {
207 } else if (v->revision >= 4 && (disp->hsize || disp->vsize)) {
219 if (!disp->gamma && v->revision >= 1.4
    [all...]
ddcProperty.c 96 DDC->ver.version, DDC->ver.revision);
interpret_edid.c 360 r->revision = REVISION;
372 } else if (v->revision == 2 || v->revision == 3) {
374 } else if (v->revision >= 4) {
455 if (ver->version == 1 && ver->revision >= 1 && IS_MONITOR_DESC) {
626 if (r->revision > MAX_EDID_MINOR)
629 r->revision, MAX_EDID_MINOR);
  /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
pan_props.c 240 unsigned revision = panfrost_query_gpu_revision(fd); local
241 dev->quirks = panfrost_get_quirks(dev->gpu_id, revision);
  /xsrc/external/mit/libXcursor/dist/
configure.ac 63 [Micro revision of libXcursor])
  /xsrc/external/mit/libXft/dist/
configure.ac 59 [Micro revision of Xft])
  /xsrc/external/mit/MesaLib.old/dist/src/intel/dev/
gen_device_info.h 49 int revision; member in struct:gen_device_info
  /xsrc/external/mit/xorgproto/dist/include/X11/extensions/
xtraplib.h 125 CARD16 revision /*B16*/; /* The xtrap extension revision number */ member in struct:_XETC
  /xsrc/external/mit/MesaLib/dist/src/freedreno/decode/
pgmdump.c 44 uint32_t revision; member in struct:pgm_header
330 /* TODO maybe this should be based on revision #? */
555 if (state->hdr->revision >= 0xb)
557 else if (state->hdr->revision >= 7)
604 if (state->hdr->revision >= 7) {
632 if (state->hdr->revision >= 0xb)
634 else if (state->hdr->revision >= 8)
636 else if (state->hdr->revision == 7)
685 if (state->hdr->revision >= 7) {
710 printf("\trevision: %d\n", state->hdr->revision);
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/targets/d3dadapter9/
drm.c 125 DWORD *revision )
135 *revision = 0;
141 *revision = 0;
155 &drvid->SubSysId, &drvid->Revision);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/d3dadapter9/
drm.c 121 DWORD *revision )
131 *revision = 0;
137 *revision = 0;
151 &drvid->SubSysId, &drvid->Revision);
  /xsrc/external/mit/MesaLib/dist/src/intel/dev/
intel_dev_info.c 78 fprintf(stdout, " revision: %u\n", devinfo.revision);
intel_device_info.h 55 int revision; member in struct:intel_device_info

Completed in 20 milliseconds

1 2 3 4 5 6 7 8 9