Searched hist:"001 bd2cb17f7df768fb3a5c1e7c3d2cd2cfb3439" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | intel_runtime_pm.c | diff 001bd2cb17f7df768fb3a5c1e7c3d2cd2cfb3439 Wed Jul 12 10:54:13 CDT 2017 Imre Deak <imre.deak@intel.com> drm/i915/hsw, bdw: Add irq_pipe_mask, has_vga power well attributes
The pattern of a power well backing a set of pipe IRQ or VGA functionality applies to all HSW+ platforms. Using power well attributes instead of platform checks to decide whether to init/reset pipe IRQs and VGA correspondingly is cleaner and it allows us to unify the HSW/BDW and GEN9+ power well code in follow-up patches.
Also use u8 for pipe_mask in related helpers to match the type in the power well struct.
v2: - Use u8 instead of u32 for irq_pipe_mask. (Ville)
v3: - Use u8 for pipe_mask in related helpers too for clarity.
Signed-off-by: Imre Deak <imre.deak@intel.com> Reviewed-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20170712155413.29839-1-imre.deak@intel.com Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
|
H A D | i915_irq.c | diff 001bd2cb17f7df768fb3a5c1e7c3d2cd2cfb3439 Wed Jul 12 10:54:13 CDT 2017 Imre Deak <imre.deak@intel.com> drm/i915/hsw, bdw: Add irq_pipe_mask, has_vga power well attributes
The pattern of a power well backing a set of pipe IRQ or VGA functionality applies to all HSW+ platforms. Using power well attributes instead of platform checks to decide whether to init/reset pipe IRQs and VGA correspondingly is cleaner and it allows us to unify the HSW/BDW and GEN9+ power well code in follow-up patches.
Also use u8 for pipe_mask in related helpers to match the type in the power well struct.
v2: - Use u8 instead of u32 for irq_pipe_mask. (Ville)
v3: - Use u8 for pipe_mask in related helpers too for clarity.
Signed-off-by: Imre Deak <imre.deak@intel.com> Reviewed-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20170712155413.29839-1-imre.deak@intel.com Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
|
H A D | i915_drv.h | diff 001bd2cb17f7df768fb3a5c1e7c3d2cd2cfb3439 Wed Jul 12 10:54:13 CDT 2017 Imre Deak <imre.deak@intel.com> drm/i915/hsw, bdw: Add irq_pipe_mask, has_vga power well attributes
The pattern of a power well backing a set of pipe IRQ or VGA functionality applies to all HSW+ platforms. Using power well attributes instead of platform checks to decide whether to init/reset pipe IRQs and VGA correspondingly is cleaner and it allows us to unify the HSW/BDW and GEN9+ power well code in follow-up patches.
Also use u8 for pipe_mask in related helpers to match the type in the power well struct.
v2: - Use u8 instead of u32 for irq_pipe_mask. (Ville)
v3: - Use u8 for pipe_mask in related helpers too for clarity.
Signed-off-by: Imre Deak <imre.deak@intel.com> Reviewed-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20170712155413.29839-1-imre.deak@intel.com Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
|