Searched hist:"439 c8dccb6a7f74bf6b3721fa509ab202c66f899" (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/gpu/drm/i915/ |
H A D | intel_step.h | diff 439c8dccb6a7f74bf6b3721fa509ab202c66f899 Fri Mar 26 14:21:33 CET 2021 Jani Nikula <jani.nikula@intel.com> drm/i915: add new helpers for accessing stepping info
Add new runtime info field for stepping. Add new helpers for accessing them. As we'll be switching platforms over to the new scheme incrementally, check for non-initialized steppings.
In case a platform does not have separate display and gt steppings, it's okay to use a common shorthand. However, in this case the display stepping must not be initialized, and gt stepping is the single point of truth.
v3: Remove IS_STEP() (José)
v2: Rename stepping->step
Reviewed-by: José Roberto de Souza <jose.souza@intel.com> Signed-off-by: Jani Nikula <jani.nikula@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/bb4275733fa390ea3dbf6f62794d55b616665230.1616764798.git.jani.nikula@intel.com
|
H A D | intel_device_info.h | diff 439c8dccb6a7f74bf6b3721fa509ab202c66f899 Fri Mar 26 14:21:33 CET 2021 Jani Nikula <jani.nikula@intel.com> drm/i915: add new helpers for accessing stepping info
Add new runtime info field for stepping. Add new helpers for accessing them. As we'll be switching platforms over to the new scheme incrementally, check for non-initialized steppings.
In case a platform does not have separate display and gt steppings, it's okay to use a common shorthand. However, in this case the display stepping must not be initialized, and gt stepping is the single point of truth.
v3: Remove IS_STEP() (José)
v2: Rename stepping->step
Reviewed-by: José Roberto de Souza <jose.souza@intel.com> Signed-off-by: Jani Nikula <jani.nikula@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/bb4275733fa390ea3dbf6f62794d55b616665230.1616764798.git.jani.nikula@intel.com
|
H A D | i915_drv.h | diff 439c8dccb6a7f74bf6b3721fa509ab202c66f899 Fri Mar 26 14:21:33 CET 2021 Jani Nikula <jani.nikula@intel.com> drm/i915: add new helpers for accessing stepping info
Add new runtime info field for stepping. Add new helpers for accessing them. As we'll be switching platforms over to the new scheme incrementally, check for non-initialized steppings.
In case a platform does not have separate display and gt steppings, it's okay to use a common shorthand. However, in this case the display stepping must not be initialized, and gt stepping is the single point of truth.
v3: Remove IS_STEP() (José)
v2: Rename stepping->step
Reviewed-by: José Roberto de Souza <jose.souza@intel.com> Signed-off-by: Jani Nikula <jani.nikula@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/bb4275733fa390ea3dbf6f62794d55b616665230.1616764798.git.jani.nikula@intel.com
|