/openbmc/linux/drivers/gpu/drm/udl/ |
H A D | udl_main.c | 26 static struct urb *udl_get_urb_locked(struct udl_device *udl, long timeout); 28 static int udl_parse_vendor_descriptor(struct udl_device *udl) in udl_parse_vendor_descriptor() argument 30 struct usb_device *udev = udl_to_usb_device(udl); in udl_parse_vendor_descriptor() 73 udl->sku_pixel_limit = max_area; in udl_parse_vendor_descriptor() 97 int udl_select_std_channel(struct udl_device *udl) in udl_select_std_channel() argument 106 struct usb_device *udev = udl_to_usb_device(udl); in udl_select_std_channel() 124 struct udl_device *udl = unode->dev; in udl_urb_completion() local 138 urb->transfer_buffer_length = udl->urbs.size; /* reset to actual */ in udl_urb_completion() 140 spin_lock_irqsave(&udl->urbs.lock, flags); in udl_urb_completion() 141 list_add_tail(&unode->entry, &udl->urbs.list); in udl_urb_completion() [all …]
|
H A D | udl_drv.c | 44 struct udl_device *udl = to_udl(dev); in udl_usb_reset_resume() local 46 udl_select_std_channel(udl); in udl_usb_reset_resume() 59 struct udl_device *udl = to_udl(dev); in udl_driver_gem_prime_import() local 61 if (!udl->dmadev) in udl_driver_gem_prime_import() 64 return drm_gem_prime_import_dev(dev, dma_buf, udl->dmadev); in udl_driver_gem_prime_import() 87 struct udl_device *udl; in udl_driver_create() local 90 udl = devm_drm_dev_alloc(&interface->dev, &driver, in udl_driver_create() 92 if (IS_ERR(udl)) in udl_driver_create() 93 return udl; in udl_driver_create() 95 r = udl_init(udl); in udl_driver_create() [all …]
|
H A D | udl_drv.h | 81 static inline struct usb_device *udl_to_usb_device(struct udl_device *udl) in udl_to_usb_device() argument 83 return interface_to_usbdev(to_usb_interface(udl->drm.dev)); in udl_to_usb_device() 96 int udl_init(struct udl_device *udl); 103 int udl_select_std_channel(struct udl_device *udl);
|
H A D | udl_modeset.c | 418 struct udl_device *udl = data; in udl_get_edid_block() local 419 struct drm_device *dev = &udl->drm; in udl_get_edid_block() 420 struct usb_device *udev = udl_to_usb_device(udl); in udl_get_edid_block() 459 struct udl_device *udl = to_udl(dev); in udl_connector_detect() local 471 udl_connector->edid = drm_do_get_edid(connector, udl_get_edid_block, udl); in udl_connector_detect() 532 struct udl_device *udl = to_udl(dev); in udl_mode_config_mode_valid() local 534 if (udl->sku_pixel_limit) { in udl_mode_config_mode_valid() 535 if (mode->vdisplay * mode->hdisplay > udl->sku_pixel_limit) in udl_mode_config_mode_valid() 551 struct udl_device *udl = to_udl(dev); in udl_modeset_init() local 569 primary_plane = &udl->primary_plane; in udl_modeset_init() [all …]
|
H A D | Makefile | 2 udl-y := udl_drv.o udl_modeset.o udl_main.o udl_transfer.o 4 obj-$(CONFIG_DRM_UDL) := udl.o
|
/openbmc/linux/kernel/rcu/ |
H A D | refscale.c | 132 void (*delaysection)(const int nloops, const int udl, const int ndl); 138 static void un_delay(const int udl, const int ndl) in un_delay() argument 140 if (udl) in un_delay() 141 udelay(udl); in un_delay() 156 static void ref_rcu_delay_section(const int nloops, const int udl, const int ndl) in ref_rcu_delay_section() argument 162 un_delay(udl, ndl); in ref_rcu_delay_section() 194 static void srcu_ref_scale_delay_section(const int nloops, const int udl, const int ndl) in srcu_ref_scale_delay_section() argument 201 un_delay(udl, ndl); in srcu_ref_scale_delay_section() 225 static void rcu_tasks_ref_scale_delay_section(const int nloops, const int udl, const int ndl) in rcu_tasks_ref_scale_delay_section() argument 230 un_delay(udl, ndl); in rcu_tasks_ref_scale_delay_section() [all …]
|
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_fcoe.c | 27 ddp->udl = NULL; in ixgbe_fcoe_clear_ddp() 62 if (!ddp->udl) in ixgbe_fcoe_ddp_put() 114 dma_pool_free(ddp->pool, ddp->udl, ddp->udp); in ixgbe_fcoe_ddp_put() 196 ddp->udl = dma_pool_alloc(ddp_pool->pool, GFP_ATOMIC, &ddp->udp); in ixgbe_fcoe_ddp_setup() 197 if (!ddp->udl) { in ixgbe_fcoe_ddp_setup() 234 ddp->udl[j] = (u64)(addr - thisoff); in ixgbe_fcoe_ddp_setup() 256 ddp->udl[j] = (u64)(fcoe->extra_ddp_buffer_dma); in ixgbe_fcoe_ddp_setup() 320 dma_pool_free(ddp->pool, ddp->udl, ddp->udp); in ixgbe_fcoe_ddp_setup() 425 if (!ddp->udl) in ixgbe_fcoe_ddp()
|
H A D | ixgbe_fcoe.h | 41 u64 *udl; member
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | Makefile | 159 obj-$(CONFIG_DRM_UDL) += udl/
|
H A D | Kconfig | 305 source "drivers/gpu/drm/udl/Kconfig"
|
/openbmc/linux/ |
H A D | MAINTAINERS | 6847 F: drivers/gpu/drm/udl/
|
H A D | opengrok1.0.log | 3277 2024-12-28 20:07:13.120-0600 FINEST t591 AnalyzerGuru.lambda$findBySuffix$5: '/openbmc/linux/drivers/gpu/drm/udl/udl_transfer.c': chosen by suffix: CAnalyzerFactory 3278 2024-12-28 20:07:13.120-0600 FINE t591 DefaultIndexChangedListener.fileAdd: Add: '/openbmc/linux/drivers/gpu/drm/udl/udl_transfer.c' (CAnalyzer) 3279 2024-12-28 20:07:13.121-0600 FINER t591 HistoryGuru.storeHistory: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} supports history for directories, skipping '/opengrok/src/openbmc/linux/drivers/gpu/drm/udl/udl_transfer.c' 3286 2024-12-28 20:07:13.124-0600 FINEST t623 Ctags.trySplitSource: Re-read '/opengrok/src/openbmc/linux/drivers/gpu/drm/udl/udl_transfer.c' 3320 2024-12-28 20:07:13.143-0600 FINER t591 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/linux/drivers/gpu/drm/udl/udl_transfer.c' 3321 2024-12-28 20:07:13.143-0600 FINEST t591 Statistics.logIt: Added: '/openbmc/linux/drivers/gpu/drm/udl/udl_transfer.c' (CAnalyzer) (took 22 ms) [all...] |
H A D | opengrok2.0.log | [all...] |
H A D | opengrok0.0.log | 275 2024-12-28 20:09:06.025-0600 FINEST t1113 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/linux/drivers/gpu/drm/udl/udl_proto.h.gz' [all...] |
/openbmc/ |
D | opengrok1.0.log | 5121 2025-01-25 03:00:42.104-0600 FINEST t502 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/udl/udl_modeset.c' (3,427) at 20240805080013955 [all...] |
D | opengrok2.0.log | 5307 2025-01-24 03:00:44.720-0600 FINEST t563 IndexDatabase.setupDeletedUids: live doc: '/openbmc/linux/drivers/gpu/drm/udl/udl_modeset.c' (3,427) at 20240805080013955 [all...] |