[PATCH] drm/amd/display: Fix reference counting for struct dc_sink.

2019-02-10 Thread Mathias . Froehlich
From: Mathias Fröhlich Reference counting in amdgpu_dm_connector for amdgpu_dm_connector::dc_sink and amdgpu_dm_connector::dc_em_sink as well as in dc_link::local_sink seems to be out of shape. Thus make reference counting consistent for these members and just plain increment the reference count

[PATCH v2] i915: Add option to bypass vbt table.

2012-02-29 Thread Mathias . Froehlich
. Reviewed-by: Paul Menzel Signed-off-by: Mathias Froehlich --- drivers/gpu/drm/i915/i915_drv.c |4 ++-- drivers/gpu/drm/i915/intel_bios.c |5 + 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_drv.c index 308f819

[PATCH] i915: Add option to bypass vbt table.

2012-02-29 Thread Mathias Froehlich
Add an option to skip reading the mode entries from the vbt bios tables. This change enables the use of displays where the vbt table just contains inapropriate values, but either the vesa defaults or the video=... modes do something sensible with the attached display. Signed-off-by: Mathias