[PATCH 01/10] drm/dp_mst: add a function to retrieve vcpi slots

2015-02-24 Thread Daniel Vetter
On Tue, Feb 24, 2015 at 09:23:55AM +1000, Dave Airlie wrote: > From: Dave Airlie > > radeon requires this to get the slots for later filling > out a table on every transition. > > Signed-off-by: Dave Airlie > --- > drivers/gpu/drm/drm_dp_mst_topology.c | 13 + > include/drm/drm_dp_

[PATCH 01/10] drm/dp_mst: add a function to retrieve vcpi slots

2015-02-24 Thread Dave Airlie
From: Dave Airlie radeon requires this to get the slots for later filling out a table on every transition. Signed-off-by: Dave Airlie --- drivers/gpu/drm/drm_dp_mst_topology.c | 13 + include/drm/drm_dp_mst_helper.h | 2 ++ 2 files changed, 15 insertions(+) diff --git a/dri