-
- Downloads
WIP: atomic only MST
What currently works: * i915 * nouveau * amdgpu (isn't tested yet, but builds) What doesn't compile/isn't tested quite yet: * radeon Majority of the rework done, next steps: * Test nouveau with changes * Test amdgpu with changes * Remove code from radeon now that we've determined it is indeed broken * Investigate amdgpu hacks a bit, and see if we can get rid of any of them * Move link rate info out of mst_mgr, not really helpful and we probably just can get by with having pbn_div in the mst atomic state
Showing
- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 5 additions, 42 deletionsdrivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c 51 additions, 67 deletionsdrivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c
- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c 35 additions, 50 deletionsdrivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c
- drivers/gpu/drm/amd/display/include/link_service_types.h 7 additions, 0 deletionsdrivers/gpu/drm/amd/display/include/link_service_types.h
- drivers/gpu/drm/display/drm_dp_mst_topology.c 210 additions, 494 deletionsdrivers/gpu/drm/display/drm_dp_mst_topology.c
- drivers/gpu/drm/i915/display/intel_dp_mst.c 37 additions, 30 deletionsdrivers/gpu/drm/i915/display/intel_dp_mst.c
- drivers/gpu/drm/i915/display/intel_hdcp.c 23 additions, 1 deletiondrivers/gpu/drm/i915/display/intel_hdcp.c
- drivers/gpu/drm/nouveau/dispnv50/disp.c 81 additions, 81 deletionsdrivers/gpu/drm/nouveau/dispnv50/disp.c
- include/drm/display/drm_dp_mst_helper.h 45 additions, 62 deletionsinclude/drm/display/drm_dp_mst_helper.h
Loading
Please register or sign in to comment