diff options
| author | Lyude Paul <lyude@redhat.com> | 2019-02-06 13:31:01 -0500 |
|---|---|---|
| committer | Lyude Paul <lyude@redhat.com> | 2019-02-06 13:37:38 -0500 |
| commit | 123cbb6c70e1a6270a19aa48765394b549a12cdf (patch) | |
| tree | 20302a63ddee73c136e9036e5d23d8feaa469d54 | |
| parent | e02f5c1bb2283cfcee68f2f0feddcc06150f13aa (diff) | |
drm/dp_mst: Remove rebase-detritus in VCPI helper kernel-docs
Looks like when making the final revision of:
commit 022debad063e ("drm/atomic: Add drm_atomic_state->duplicated")
I forgot to remove some of the comments that I had added to
drm_dp_atomic_find_vcpi_slots() and drm_dp_atomic_release_vcpi_slots()
that were no longer valid due to us having removed the state->duplicated
checks from each function. This also introduced an error while building
the docs with sphinx:
./drivers/gpu/drm/drm_dp_mst_topology.c:3100: WARNING: Inline literal
start-string without end-string.
So, fix that by just removing the kerneldoc comments.
Signed-off-by: Lyude Paul <lyude@redhat.com>
Fixes: 022debad063e ("drm/atomic: Add drm_atomic_state->duplicated")
Reviewed-by: Daniel Vetter <daniel@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20190202002023.29665-5-lyude@redhat.com
| -rw-r--r-- | drivers/gpu/drm/drm_dp_mst_topology.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/gpu/drm/drm_dp_mst_topology.c b/drivers/gpu/drm/drm_dp_mst_topology.c index 5a99135d39cd..dc7ac0c60547 100644 --- a/drivers/gpu/drm/drm_dp_mst_topology.c +++ b/drivers/gpu/drm/drm_dp_mst_topology.c | |||
| @@ -3097,10 +3097,6 @@ static int drm_dp_init_vcpi(struct drm_dp_mst_topology_mgr *mgr, | |||
| 3097 | * @port as needed. It is not OK however, to call this function and | 3097 | * @port as needed. It is not OK however, to call this function and |
| 3098 | * drm_dp_atomic_release_vcpi_slots() in the same atomic check phase. | 3098 | * drm_dp_atomic_release_vcpi_slots() in the same atomic check phase. |
| 3099 | * | 3099 | * |
| 3100 | * When &drm_atomic_state.duplicated is set to %true%, this function will not | ||
| 3101 | * perform any error checking and will instead simply return the previously | ||
| 3102 | * recorded VCPI allocations. | ||
| 3103 | * | ||
| 3104 | * See also: | 3100 | * See also: |
| 3105 | * drm_dp_atomic_release_vcpi_slots() | 3101 | * drm_dp_atomic_release_vcpi_slots() |
| 3106 | * drm_dp_mst_atomic_check() | 3102 | * drm_dp_mst_atomic_check() |
| @@ -3185,11 +3181,6 @@ EXPORT_SYMBOL(drm_dp_atomic_find_vcpi_slots); | |||
| 3185 | * drm_dp_atomic_find_vcpi_slots() on the same @port in a single atomic check | 3181 | * drm_dp_atomic_find_vcpi_slots() on the same @port in a single atomic check |
| 3186 | * phase. | 3182 | * phase. |
| 3187 | * | 3183 | * |
| 3188 | * When &drm_atomic_state.duplicated is set, this function will not | ||
| 3189 | * modify the VCPI allocations in &drm_dp_mst_topology_state.vcpis, so that | ||
| 3190 | * those VCPI allocations may be restored as-is from the duplicated state. In | ||
| 3191 | * this scenario, this function will always return 0. | ||
| 3192 | * | ||
| 3193 | * See also: | 3184 | * See also: |
| 3194 | * drm_dp_atomic_find_vcpi_slots() | 3185 | * drm_dp_atomic_find_vcpi_slots() |
| 3195 | * drm_dp_mst_atomic_check() | 3186 | * drm_dp_mst_atomic_check() |
