Searched hist:d6b4137822a1f8d1a6676c18dff551b394557b65 (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/gpu/drm/xe/ |
H A D | xe_pm.h | diff d6b4137822a1f8d1a6676c18dff551b394557b65 Fri Mar 01 19:05:24 CET 2024 Rodrigo Vivi <rodrigo.vivi@intel.com> drm/xe: Create a xe_pm_runtime_resume_and_get variant for display
Introduce the resume and get to fulfill the display need for checking if the device was actually resumed (or it is awake) and the reference was taken.
Then we can convert the remaining cases to a void function and have individual functions for individual cases.
Also, already start this new function protected from the runtime recursion, since runtime_pm will need to call for display functions for a proper D3Cold flow.
Cc: Anshuman Gupta <anshuman.gupta@intel.com> Reviewed-by: Anshuman Gupta <anshuman.gupta@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20240301180526.643505-2-rodrigo.vivi@intel.com Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
|
H A D | xe_pm.c | diff d6b4137822a1f8d1a6676c18dff551b394557b65 Fri Mar 01 19:05:24 CET 2024 Rodrigo Vivi <rodrigo.vivi@intel.com> drm/xe: Create a xe_pm_runtime_resume_and_get variant for display
Introduce the resume and get to fulfill the display need for checking if the device was actually resumed (or it is awake) and the reference was taken.
Then we can convert the remaining cases to a void function and have individual functions for individual cases.
Also, already start this new function protected from the runtime recursion, since runtime_pm will need to call for display functions for a proper D3Cold flow.
Cc: Anshuman Gupta <anshuman.gupta@intel.com> Reviewed-by: Anshuman Gupta <anshuman.gupta@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20240301180526.643505-2-rodrigo.vivi@intel.com Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
|
/linux/drivers/gpu/drm/xe/compat-i915-headers/ |
H A D | i915_drv.h | diff d6b4137822a1f8d1a6676c18dff551b394557b65 Fri Mar 01 19:05:24 CET 2024 Rodrigo Vivi <rodrigo.vivi@intel.com> drm/xe: Create a xe_pm_runtime_resume_and_get variant for display
Introduce the resume and get to fulfill the display need for checking if the device was actually resumed (or it is awake) and the reference was taken.
Then we can convert the remaining cases to a void function and have individual functions for individual cases.
Also, already start this new function protected from the runtime recursion, since runtime_pm will need to call for display functions for a proper D3Cold flow.
Cc: Anshuman Gupta <anshuman.gupta@intel.com> Reviewed-by: Anshuman Gupta <anshuman.gupta@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20240301180526.643505-2-rodrigo.vivi@intel.com Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
|