Displaying 3 results from an estimated 3 matches for "sor_mthd".
2014 May 04
2
[PATCH] drm/nouveau/dp: restore DP suspend/resume functionality
...1ebdbe09e
The code was updated to make it compatible with the current state of the driver.
Here is how it now works. If the connection is DCB_OUTPUT_DP, call
nouveau_dp_dpms() which does DP_SET_POWER and, if we are resuming, initiates
DP link training by sending NV94_DISP_SOR_DP_TRAIN to have nv50_sor_mthd()
call nouveau_dp_train().
Cc: Ben Skeggs <bskeggs at redhat.com>
Cc: Dave Airlie <airlied at redhat.com>
Signed-off-by: Sergei Antonov <saproj at gmail.com>
---
drivers/gpu/drm/nouveau/core/engine/disp/nv94.c | 1 +
drivers/gpu/drm/nouveau/core/engine/disp/nva3.c | 1 +...
2014 May 05
1
[PATCH] drm/nouveau/dp: restore DP suspend/resume functionality
...ated to make it compatible with the current state of the driver.
>> Here is how it now works. If the connection is DCB_OUTPUT_DP, call
>> nouveau_dp_dpms() which does DP_SET_POWER and, if we are resuming, initiates
>> DP link training by sending NV94_DISP_SOR_DP_TRAIN to have nv50_sor_mthd()
>> call nouveau_dp_train().
> Thank you. This, as you've seen, would appear to solve the issue.
> There's a little more to the power-down to be done however (such as
> shutting down the lanes at the SOR, which, yes, we never did before
> either), and potential races bet...
2014 May 04
0
[PATCH] drm/nouveau/dp: restore DP suspend/resume functionality
...code was updated to make it compatible with the current state of the driver.
> Here is how it now works. If the connection is DCB_OUTPUT_DP, call
> nouveau_dp_dpms() which does DP_SET_POWER and, if we are resuming, initiates
> DP link training by sending NV94_DISP_SOR_DP_TRAIN to have nv50_sor_mthd()
> call nouveau_dp_train().
Thank you. This, as you've seen, would appear to solve the issue.
There's a little more to the power-down to be done however (such as
shutting down the lanes at the SOR, which, yes, we never did before
either), and potential races between the supervisor runn...