Searched hist:"0398993 b82f40ad02d88da7c894e3faae2da3b0a" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_irq.c | diff 0398993b82f40ad02d88da7c894e3faae2da3b0a Thu May 07 06:48:08 CDT 2020 Ville Syrjälä <ville.syrjala@linux.intel.com> drm/i915: Stash hpd status bits under dev_priv
Instead of constnantly having to figure out which hpd status bit array to use let's store them under dev_priv.
Should perhaps take this further and stash even more stuff to make the hpd handling more abstract yet.
v2: Remeber cnp (Imre) Add MISSING_CASE() for unknown PCHs (Imre)
Cc: Imre Deak <imre.deak@intel.com> Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20200507114808.6150-1-ville.syrjala@linux.intel.com Reviewed-by: Imre Deak <imre.deak@intel.com>
|
H A D | i915_drv.h | diff 0398993b82f40ad02d88da7c894e3faae2da3b0a Thu May 07 06:48:08 CDT 2020 Ville Syrjälä <ville.syrjala@linux.intel.com> drm/i915: Stash hpd status bits under dev_priv
Instead of constnantly having to figure out which hpd status bit array to use let's store them under dev_priv.
Should perhaps take this further and stash even more stuff to make the hpd handling more abstract yet.
v2: Remeber cnp (Imre) Add MISSING_CASE() for unknown PCHs (Imre)
Cc: Imre Deak <imre.deak@intel.com> Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20200507114808.6150-1-ville.syrjala@linux.intel.com Reviewed-by: Imre Deak <imre.deak@intel.com>
|