Home
last modified time | relevance | path

Searched refs:ips_driver (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/platform/x86/
H A Dintel_ips.c281 struct ips_driver { struct
336 ips_gpu_turbo_enabled(struct ips_driver *ips); argument
347 static bool ips_cpu_busy(struct ips_driver *ips) in ips_cpu_busy()
365 static void ips_cpu_raise(struct ips_driver *ips) in ips_cpu_raise()
403 static void ips_cpu_lower(struct ips_driver *ips) in ips_cpu_lower()
454 static void ips_enable_cpu_turbo(struct ips_driver *ips) in ips_enable_cpu_turbo()
492 static void ips_disable_cpu_turbo(struct ips_driver *ips) in ips_disable_cpu_turbo()
514 static bool ips_gpu_busy(struct ips_driver *ips) in ips_gpu_busy()
529 static void ips_gpu_raise(struct ips_driver *ips) in ips_gpu_raise()
546 static void ips_gpu_lower(struct ips_driver *ips) in ips_gpu_lower()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_dmub_srv.c1283 volatile struct dmub_shared_state_ips_driver *ips_driver = in dc_dmub_srv_notify_idle() local
1284 &dc_dmub_srv->dmub->shared_state[DMUB_SHARED_SHARE_FEATURE__IPS_DRIVER].data.ips_driver; in dc_dmub_srv_notify_idle()
1329 ips_driver->signals = new_signals; in dc_dmub_srv_notify_idle()
1330 dc_dmub_srv->driver_signals = ips_driver->signals; in dc_dmub_srv_notify_idle()
1365 volatile struct dmub_shared_state_ips_driver *ips_driver = in dc_dmub_srv_exit_low_power_state() local
1366 &dc_dmub_srv->dmub->shared_state[DMUB_SHARED_SHARE_FEATURE__IPS_DRIVER].data.ips_driver; in dc_dmub_srv_exit_low_power_state()
1367 union dmub_shared_state_ips_driver_signals prev_driver_signals = ips_driver->signals; in dc_dmub_srv_exit_low_power_state()
1373 ips_driver->signals.all = 0; in dc_dmub_srv_exit_low_power_state()
1374 dc_dmub_srv->driver_signals = ips_driver->signals; in dc_dmub_srv_exit_low_power_state()
1379 ips_driver->signals.bits.allow_ips1, in dc_dmub_srv_exit_low_power_state()
[all …]
/linux/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h811 struct dmub_shared_state_ips_driver ips_driver; /**< IPS driver state */ member