[PATCH] drm/amd/display: default spd packet to invalid

2017-05-18 Thread Jeff Smith
Signed-off-by: Jeff Smith --- All of the encoder_info_frame's info packets are initialized to invalid in resource_build_info_frame except for spd. This appears to be simply an oversight. drivers/gpu/drm/amd/display/dc/core/dc_resource.c | 1 + 1 file changed, 1 insertion(+) diff --

[PATCH v2 2/3] drm/amd/display: use stereo-3D-aware methods to calculate dimensions

2017-05-08 Thread Jeff Smith
Signed-off-by: Jeff Smith --- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_types.c | 14 ++ 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_types.c b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_types.c index

[PATCH v2 3/3] drm/amd/display: enable stereo-3D modes/timings

2017-05-08 Thread Jeff Smith
Signed-off-by: Jeff Smith --- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_types.c | 2 +- drivers/gpu/drm/amd/display/dc/dce110/dce110_timing_generator.c | 4 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_types.c b

[PATCH v2 1/3] drm/amd/display: translate drm's mode to display's stereo-3D timing

2017-05-08 Thread Jeff Smith
Signed-off-by: Jeff Smith --- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_types.c | 17 - 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_types.c b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_types.c index

[PATCH v2 0/3] drm/amd/display: add HDMI Stereo 3D support

2017-05-08 Thread Jeff Smith
half, top-and-bottom, and frame-packing) appear to work as intended. Jeff Smith (3): drm/amd/display: translate drm's mode to display's stereo-3D timing drm/amd/display: use stereo-3D-aware methods when calculating dimensions drm/amd/display: enable stereo-3D modes/timing

[PATCH 3/5] drm/amd/amdgpu: Allow HDMI Stereo 3D (non-DC) over DVI connector

2017-02-24 Thread Jeff Smith
Signed-off-by: Jeff Smith --- drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c index 5a40ef4..3b042e7 100644 --- a/drivers/gpu/drm/amd/amdgpu

[PATCH 5/5] drm/amd/display: Allow HDMI capabilities over DVI connector (DC)

2017-02-24 Thread Jeff Smith
Signed-off-by: Jeff Smith --- drivers/gpu/drm/amd/display/dc/core/dc_link.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/display/dc/core/dc_link.c b/drivers/gpu/drm/amd/display/dc/core/dc_link.c index 2b92939..168f260 100644 --- a/drivers/gpu/drm

[PATCH 4/5] drm/amd/display: Add HDMI Stereo 3D (DC) support

2017-02-24 Thread Jeff Smith
Signed-off-by: Jeff Smith --- .../drm/amd/display/amdgpu_dm/amdgpu_dm_types.c| 32 -- .../display/dc/dce110/dce110_timing_generator.c| 4 --- 2 files changed, 23 insertions(+), 13 deletions(-) diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_types.c b

[PATCH 1/5] drm/amd/amdgpu: HDMI Stereo 3D (non-DC) support requires enabled audio

2017-02-24 Thread Jeff Smith
Signed-off-by: Jeff Smith --- drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c index 8d1cf2d..b487aa0 100644 --- a/drivers

[PATCH 2/5] drm/amd/amdgpu: Add HDMI Stereo 3D (non-DC) support

2017-02-24 Thread Jeff Smith
Signed-off-by: Jeff Smith --- drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c | 5 ++ drivers/gpu/drm/amd/amdgpu/atombios_crtc.c | 27 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c | 2 +- drivers/gpu/drm/amd/amdgpu/dce_v11_0.c | 86 -- 4 files

[PATCH 0/5] drm/amd: HDMI Stereo 3D support

2017-02-24 Thread Jeff Smith
. Regards, Jeff Jeff Smith (5): drm/amd/amdgpu: HDMI Stereo 3D (non-DC) support requires enabled audio drm/amd/amdgpu: Add HDMI Stereo 3D (non-DC) support drm/amd/amdgpu: Allow HDMI Stereo 3D (non-DC) over DVI connector drm/amd/display: Add HDMI Stereo 3D (DC) support drm/amd/display

[PATCH 0/2] amdgpu: HDMI Stereo 3D support

2017-01-18 Thread Jeff Smith
bit of additional condition handling. I suspect there are some non-stereo modes that will break with the code in its current state, such as modes that require double-scan. Regards, Jeff Jeff Smith (2): amdgpu: Stereo 3D support requires enabling audio amdgpu: Add stereo 3D support drivers

[PATCH 2/2] amdgpu: Add stereo 3D support

2017-01-18 Thread Jeff Smith
--- drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c | 5 ++ drivers/gpu/drm/amd/amdgpu/atombios_crtc.c | 27 drivers/gpu/drm/amd/amdgpu/atombios_encoders.c | 2 +- drivers/gpu/drm/amd/amdgpu/dce_v11_0.c | 86 -- 4 files changed, 100 insertions(+), 20 d

[PATCH 1/2] amdgpu: Stereo 3D support requires enabling audio

2017-01-18 Thread Jeff Smith
--- drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c index ff0b55a..d18061b 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_c