Searched refs:primary (Results 1 - 12 of 12) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/drm/ |
H A D | drm_crtc.h | 959 * @primary: 965 struct drm_plane *primary; member 1038 * drivers should look at &drm_plane_state.crtc_x of the primary plane 1046 * drivers should look at &drm_plane_state.crtc_y of the primary plane 1191 __printf(6, 7) int drm_crtc_init_with_planes(struct drm_device *dev, struct drm_crtc *crtc, struct drm_plane *primary,
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | bcm_app_utils.c | 119 uint8 center_ch, edge, primary, sb; in spec_to_chan() local 137 /* find the channel number of the lowest 20MHz primary channel */ in spec_to_chan() 138 primary = edge + CH_10MHZ_APART; in spec_to_chan() 142 primary = primary + sb * CH_20MHZ_APART; in spec_to_chan() 144 return primary; in spec_to_chan()
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/ |
H A D | rockchip_lvds.c | 108 struct rockchip_lvds *primary; member 366 if (lvds->primary) { in rockchip_lvds_bind() 616 secondary->primary = lvds; in rockchip_secondary_lvds_probe()
|
H A D | rockchip_drm_logo.c | 717 primary_state = drm_atomic_get_plane_state(state, crtc->primary); in setup_initial_state() 843 primary_state = drm_atomic_get_plane_state(state, crtc->primary); in update_state() 848 crtc_state->plane_mask = 1 << drm_plane_index(crtc->primary); in update_state()
|
H A D | rockchip_drm_vop.c | 1997 * @crtc_x: x offset of primary plane on crtc 1998 * @crtc_y: y offset of primary plane on crtc 1999 * @crtc_w: width of primary plane rectangle on crtc 2000 * @crtc_h: height of primary plane rectangle on crtc 4372 struct drm_plane *primary = NULL, *cursor = NULL, *plane, *tmp; in vop_create_crtc() local 4379 * Create drm_plane for primary and cursor planes first, since we need in vop_create_crtc() 4397 primary = plane; in vop_create_crtc() 4403 ret = drm_crtc_init_with_planes(drm_dev, crtc, primary, cursor, &vop_crtc_funcs, NULL); in vop_create_crtc()
|
H A D | rockchip_drm_drv.c | 1379 drm_for_each_crtc(crtc, dev) crtc->primary->fb = NULL; in rockchip_drm_open()
|
/device/soc/rockchip/common/sdk_linux/kernel/ |
H A D | cpu.c | 565 * primary sibling. in bringup_wait_for_ap() 1461 int freeze_secondary_cpus(int primary) in freeze_secondary_cpus() argument 1466 if (primary == -1) { in freeze_secondary_cpus() 1467 primary = cpumask_first(cpu_online_mask); in freeze_secondary_cpus() 1468 if (!housekeeping_cpu(primary, HK_FLAG_TIMER)) { in freeze_secondary_cpus() 1469 primary = housekeeping_any_cpu(HK_FLAG_TIMER); in freeze_secondary_cpus() 1472 if (!cpu_online(primary)) { in freeze_secondary_cpus() 1473 primary = cpumask_first(cpu_online_mask); in freeze_secondary_cpus() 1486 if (cpu == primary) { in freeze_secondary_cpus()
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
H A D | drm_lease.c | 450 ret = idr_alloc(leases, &drm_lease_idr_object, crtc->primary->base.id, crtc->primary->base.id + 1, in fill_object_idr() 453 DRM_DEBUG_LEASE("Object primary plane %d cannot be inserted into leases (%d)\n", object_id, ret); in fill_object_idr()
|
H A D | drm_debugfs.c | 405 struct drm_minor *minor = connector->dev->primary; in drm_debugfs_connector_add() 438 struct drm_minor *minor = crtc->dev->primary; in drm_debugfs_crtc_add()
|
H A D | drm_atomic_helper.c | 755 * only be false for primary planes. 823 * (including those that use the primary plane helper's in drm_atomic_helper_check_plane_state() 1106 struct drm_plane *primary = crtc->primary; in drm_atomic_helper_update_legacy_modeset_state() local 1112 new_plane_state = drm_atomic_get_new_plane_state(old_state, primary); in drm_atomic_helper_update_legacy_modeset_state() 2163 * The primary use of this function is writeback connectors working in oneshot 2905 * drm_atomic_helper_update_plane - Helper for primary plane update using atomic 2909 * @crtc_x: x offset of primary plane on @crtc 2910 * @crtc_y: y offset of primary plane on @crtc 2911 * @crtc_w: width of primary plan [all...] |
H A D | drm_prime.c | 737 priv->minor = obj->dev->primary; in drm_gem_prime_mmap()
|
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_logo.c | 685 primary_state = drm_atomic_get_plane_state(state, crtc->primary); in setup_initial_state() 804 primary_state = drm_atomic_get_plane_state(state, crtc->primary); in update_state() 808 crtc_state->plane_mask = 1 << drm_plane_index(crtc->primary); in update_state()
|
Completed in 25 milliseconds