/hardware/intel/img/libdrm/libdrm/nouveau/ |
D | nouveau_channel.c | 46 nvchan->drm.fb_ctxdma_handle = fb_ctxdma; in nouveau_channel_alloc() 47 nvchan->drm.tt_ctxdma_handle = tt_ctxdma; in nouveau_channel_alloc() 49 &nvchan->drm, sizeof(nvchan->drm)); in nouveau_channel_alloc() 55 nvchan->base.id = nvchan->drm.channel; in nouveau_channel_alloc() 56 if (nouveau_grobj_ref(&nvchan->base, nvchan->drm.fb_ctxdma_handle, in nouveau_channel_alloc() 58 nouveau_grobj_ref(&nvchan->base, nvchan->drm.tt_ctxdma_handle, in nouveau_channel_alloc() 65 for (i = 0; i < nvchan->drm.nr_subchan; i++) { in nouveau_channel_alloc() 70 gr->base.handle = nvchan->drm.subchan[i].handle; in nouveau_channel_alloc() 71 gr->base.grclass = nvchan->drm.subchan[i].grclass; in nouveau_channel_alloc() 77 ret = nouveau_bo_wrap(dev, nvchan->drm.notifier_handle, in nouveau_channel_alloc() [all …]
|
D | nouveau_notifier.c | 49 nvnotify->drm.channel = chan->id; in nouveau_notifier_alloc() 50 nvnotify->drm.handle = handle; in nouveau_notifier_alloc() 51 nvnotify->drm.size = (count * 32); in nouveau_notifier_alloc() 54 &nvnotify->drm, in nouveau_notifier_alloc() 55 sizeof(nvnotify->drm)))) { in nouveau_notifier_alloc() 61 nvnotify->drm.offset; in nouveau_notifier_alloc() 83 f.channel = nvchan->drm.channel; in nouveau_notifier_free()
|
D | nouveau_private.h | 67 struct drm_nouveau_channel_alloc drm; member 83 struct drm_nouveau_notifierobj_alloc drm; member
|
D | libdrm_nouveau.pc.in | 10 Cflags: -I${includedir} -I${includedir}/drm -I${includedir}/nouveau
|
/hardware/intel/common/libva/va/wayland/ |
D | va_wayland_drm.c | 46 struct wl_drm *drm; member 53 drm_handle_device(void *data, struct wl_drm *drm, const char *device) in drm_handle_device() argument 81 wl_drm_authenticate(wl_drm_ctx->drm, magic); in drm_handle_device() 85 drm_handle_format(void *data, struct wl_drm *drm, uint32_t format) in drm_handle_format() argument 90 drm_handle_authenticated(void *data, struct wl_drm *drm) in drm_handle_authenticated() argument 125 if (wl_drm_ctx->drm) { in va_wayland_drm_destroy() 126 wl_drm_destroy(wl_drm_ctx->drm); in va_wayland_drm_destroy() 127 wl_drm_ctx->drm = NULL; in va_wayland_drm_destroy() 158 wl_drm_ctx->drm = in registry_handle_global() 181 wl_drm_ctx->drm = NULL; in va_wayland_drm_create() [all …]
|
D | Makefile.am | 37 $(top_srcdir)/va/drm/va_drm_utils.c \ 52 wayland-drm-client-protocol.h \
|
/hardware/intel/img/libdrm/ |
D | README | 29 cp *.ko /lib/modules/VERSION/kernel/drivers/char/drm/ 60 $ /sbin/modprobe drm 61 …FATAL: Error inserting drm (/lib/modules/2.6.15-1.2054_FC5smp/kernel/drivers/char/drm/drm.ko): Inv… 65 drm: disagrees about version of symbol struct_module 67 Try recompiling your drm modules without the Module.symvers file. 69 file (or rename it). Then do a 'make clean' before rebuilding your drm
|
D | Android.mk | 7 $(TARGET_OUT_HEADERS)/drm \ 40 shared-core/drm.h shared-core/drm_mode.h shared-core/drm_sarea.h
|
D | libdrm.pc.in | 10 Cflags: -I${includedir} -I${includedir}/drm
|
D | libdrm_intel.pc.in | 10 Cflags: -I${includedir} -I${includedir}/drm
|
/hardware/intel/img/hwcomposer/ips/common/ |
D | VsyncControl.cpp | 61 Drm *drm = Hwcomposer::getInstance().getDrm(); in control() local 62 return drm->writeReadIoctl(DRM_PSB_VSYNC_SET, &arg, sizeof(arg)); in control() 77 Drm *drm = Hwcomposer::getInstance().getDrm(); in wait() local 78 bool ret = drm->writeReadIoctl(DRM_PSB_VSYNC_SET, &arg, sizeof(arg)); in wait()
|
/hardware/intel/img/hwcomposer/common/devices/ |
D | ExternalDevice.cpp | 115 Drm *drm = Hwcomposer::getInstance().getDrm(); in setDrmMode() local 117 drm->getModeInfo(mType, mode); in setDrmMode() 118 if (drm->isSameDrmMode(&value, &mode)) in setDrmMode() 147 Drm *drm = Hwcomposer::getInstance().getDrm(); in setDrmMode() local 166 if (!drm->setDrmMode(mType, mPendingDrmMode)) { in setDrmMode() 271 Drm *drm = Hwcomposer::getInstance().getDrm(); in setRefreshRate() local 273 if (!drm->getModeInfo(IDisplayDevice::DEVICE_EXTERNAL, mode)) in setRefreshRate() 293 drm->setRefreshRate(IDisplayDevice::DEVICE_EXTERNAL, hz); in setRefreshRate()
|
D | PhysicalDevice.cpp | 164 Drm *drm = Hwcomposer::getInstance().getDrm(); in getDisplaySize() local 165 bool ret = drm->getModeInfo(mType, mode); in getDisplaySize() 285 Drm *drm = Hwcomposer::getInstance().getDrm(); in detectDisplayConfigs() local 286 if (!drm->detect(mType)) { in detectDisplayConfigs() 296 Drm *drm = Hwcomposer::getInstance().getDrm(); in updateDisplayConfigs() local 302 mConnected = drm->isConnected(mType); in updateDisplayConfigs() 311 ret = drm->getModeInfo(mType, mode); in updateDisplayConfigs() 319 ret = drm->getPhysicalSize(mType, mmWidth, mmHeight); in updateDisplayConfigs() 354 modes = drm->detectAllConfigs(mType, &modeCount); in updateDisplayConfigs()
|
/hardware/intel/common/libva/va/ |
D | Makefile.am | 90 SUBDIRS += drm subdir 91 lib_LTLIBRARIES += libva-drm.la 94 libva_drm_la_DEPENDENCIES = libva.la drm/libva_drm.la 95 libva_drm_la_LIBADD = libva.la drm/libva_drm.la \ 141 DIST_SUBDIRS = x11 glx egl drm wayland
|
/hardware/intel/img/libdrm/shared-core/ |
D | Makefile.am | 25 klibdrmincludedir = ${includedir}/drm 27 drm.h \
|
/hardware/intel/img/hwcomposer/ips/tangier/ |
D | TngGrallocBufferMapper.cpp | 59 Drm *drm = Hwcomposer::getInstance().getDrm(); in gttMap() local 60 ret = drm->writeReadIoctl(DRM_PSB_GTT_MAP, &arg, sizeof(arg)); in gttMap() 86 Drm *drm = Hwcomposer::getInstance().getDrm(); in gttUnmap() local 87 ret = drm->writeIoctl(DRM_PSB_GTT_UNMAP, &arg, sizeof(arg)); in gttUnmap()
|
/hardware/intel/img/hwcomposer/ips/anniedale/ |
D | AnnCursorPlane.cpp | 208 Drm *drm = Hwcomposer::getInstance().getDrm(); in enablePlane() local 209 bool ret = drm->writeReadIoctl(DRM_PSB_REGISTER_RW, &arg, sizeof(arg)); in enablePlane() 231 Drm *drm = Hwcomposer::getInstance().getDrm(); in isDisabled() local 232 bool ret = drm->writeReadIoctl(DRM_PSB_REGISTER_RW, &arg, sizeof(arg)); in isDisabled()
|
D | AnnRGBPlane.cpp | 267 Drm *drm = Hwcomposer::getInstance().getDrm(); in enablePlane() local 268 bool ret = drm->writeReadIoctl(DRM_PSB_REGISTER_RW, &arg, sizeof(arg)); in enablePlane() 294 Drm *drm = Hwcomposer::getInstance().getDrm(); in isDisabled() local 295 bool ret = drm->writeReadIoctl(DRM_PSB_REGISTER_RW, &arg, sizeof(arg)); in isDisabled()
|
/hardware/intel/common/libva/pkgconfig/ |
D | Makefile.am | 26 pcfiles += libva-drm.pc 43 all_pcfiles_in += libva-drm.pc.in
|
D | libva-drm.pc.in | 5 display=drm
|
/hardware/intel/img/hwcomposer/common/planes/ |
D | DisplayPlane.cpp | 338 Drm *drm = Hwcomposer::getInstance().getDrm(); in assignToDevice() local 339 if (!drm->getModeInfo(mDevice, mModeInfo)) { in assignToDevice() 343 mPanelOrientation = drm->getPanelOrientation(mDevice); in assignToDevice() 346 drm->getDisplayResolution(disp, mDisplayWidth, mDisplayHeight); in assignToDevice()
|
/hardware/intel/common/libva/va/wayland/protocol/ |
D | Makefile.am | 24 wayland-drm.xml \
|
/hardware/intel/img/libdrm/libdrm/radeon/ |
D | libdrm_radeon.pc.in | 10 Cflags: -I${includedir} -I${includedir}/drm
|
D | Makefile.am | 43 libdrm_radeonincludedir = ${includedir}/drm
|
/hardware/intel/common/libva/test/common/ |
D | Makefile.am | 48 libva_display_libs += $(top_builddir)/va/libva-drm.la $(DRM_LIBS)
|