HomeSort by: relevance | last modified time | path
    Searched defs:fb_helper (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/drm2/drm/
drmfb.c 219 struct drm_fb_helper *const fb_helper = sc->sc_da.da_fb_helper; local in function:drmfb_genfb_ioctl
221 mutex_lock(&fb_helper->lock);
222 drm_client_modeset_dpms(&fb_helper->client, dpms_mode);
223 mutex_unlock(&fb_helper->lock);
281 struct drm_fb_helper *fb_helper = sc->sc_da.da_fb_helper; local in function:drmfb_genfb_setmode
284 drm_fb_helper_restore_fbdev_mode_unlocked(fb_helper);
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_fb.c 65 struct drm_fb_helper *fb_helper = info->par; local in function:amdgpufb_open
66 int ret = pm_runtime_get_sync(fb_helper->dev->dev);
68 pm_runtime_mark_last_busy(fb_helper->dev->dev);
69 pm_runtime_put_autosuspend(fb_helper->dev->dev);
78 struct drm_fb_helper *fb_helper = info->par; local in function:amdgpufb_release
80 pm_runtime_mark_last_busy(fb_helper->dev->dev);
81 pm_runtime_put_autosuspend(fb_helper->dev->dev);
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_fbdev.c 73 struct drm_fb_helper *fb_helper = info->par; local in function:intel_fbdev_set_par
75 container_of(fb_helper, struct intel_fbdev, helper);
87 struct drm_fb_helper *fb_helper = info->par; local in function:intel_fbdev_blank
89 container_of(fb_helper, struct intel_fbdev, helper);
102 struct drm_fb_helper *fb_helper = info->par; local in function:intel_fbdev_pan_display
104 container_of(fb_helper, struct intel_fbdev, helper);
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_device.h 327 * @fb_helper:
332 struct drm_fb_helper *fb_helper; member in struct:drm_device
  /src/sys/external/bsd/drm2/dist/drm/
drm_fb_helper.c 240 * @fb_helper: driver-allocated fbdev helper, can be NULL
249 int drm_fb_helper_restore_fbdev_mode_unlocked(struct drm_fb_helper *fb_helper)
254 if (!drm_fbdev_emulation || !fb_helper)
257 if (READ_ONCE(fb_helper->deferred_setup))
260 mutex_lock(&fb_helper->lock);
271 ret = drm_client_modeset_commit_force(&fb_helper->client);
273 do_delayed = fb_helper->delayed_hotplug;
275 fb_helper->delayed_hotplug = false;
276 mutex_unlock(&fb_helper->lock);
279 drm_fb_helper_hotplug_event(fb_helper);
340 struct drm_fb_helper *fb_helper = info->par; local in function:drm_fb_helper_dpms
954 struct drm_fb_helper *fb_helper = info->par; local in function:setcmap_legacy
1032 struct drm_fb_helper *fb_helper = info->par; local in function:setcmap_atomic
1120 struct drm_fb_helper *fb_helper = info->par; local in function:drm_fb_helper_setcmap
1163 struct drm_fb_helper *fb_helper = info->par; local in function:drm_fb_helper_ioctl
1303 struct drm_fb_helper *fb_helper = info->par; local in function:drm_fb_helper_check_var
1376 struct drm_fb_helper *fb_helper = info->par; local in function:drm_fb_helper_set_par
1408 struct drm_fb_helper *fb_helper = info->par; local in function:pan_display_atomic
1426 struct drm_fb_helper *fb_helper = info->par; local in function:pan_display_legacy
1459 struct drm_fb_helper *fb_helper = info->par; local in function:drm_fb_helper_pan_display
2018 struct drm_fb_helper *fb_helper = info->par; local in function:drm_fbdev_fb_open
2029 struct drm_fb_helper *fb_helper = info->par; local in function:drm_fbdev_fb_release
2083 struct drm_fb_helper *fb_helper = info->par; local in function:drm_fbdev_fb_mmap
2191 struct drm_fb_helper *fb_helper = drm_fb_helper_from_client(client); local in function:drm_fbdev_client_unregister
2211 struct drm_fb_helper *fb_helper = drm_fb_helper_from_client(client); local in function:drm_fbdev_client_hotplug
2290 struct drm_fb_helper *fb_helper; local in function:drm_fbdev_generic_setup
    [all...]

Completed in 13 milliseconds