Files
linux/drivers/gpu/drm
Anshuman Gupta 6875eb3ff5 drm/i915: Fix wrongly populated plane possible_crtcs bit mask
As a disabled pipe in pipe_mask is not having a valid intel crtc,
driver wrongly populates the possible_crtcs mask while initializing
the plane for a CRTC. Fixing up the plane possible_crtcs mask.

changes since RFC:
- Simplify the possible_crtcs initialization. [Ville]
v2:
- Removed the unnecessary stack garbage possible_crtcs to
  drm_universal_plane_init. [Ville]
v3:
- Combine the intel_crtc assignment and declaration. [Ville]
v4:
- Fix possible_crtcs abused bits from
  intel_{primary,curosr,sprite}_plane_create(). [Ville]

Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Anshuman Gupta <anshuman.gupta@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200226163517.31234-1-anshuman.gupta@intel.com
2020-02-28 15:40:46 +02:00
..
2020-01-20 11:42:57 +10:00
2020-01-20 11:42:57 +10:00
2019-07-15 18:11:31 +02:00
2019-12-18 16:09:12 -05:00
2020-01-14 16:22:17 -05:00
2019-10-08 18:29:00 +02:00
2020-02-06 22:01:40 +02:00
2020-01-14 16:22:17 -05:00
2019-07-22 21:24:10 +02:00
2020-01-14 16:22:17 -05:00