summaryrefslogtreecommitdiff
path: root/scripts/Makefile.headersinst
diff options
context:
space:
mode:
authorWenjing Liu <wenjing.liu@amd.com>2022-05-26 15:52:42 -0400
committerAlex Deucher <alexander.deucher@amd.com>2022-06-14 21:38:40 -0400
commitc443514a7d6d648bc497efbe502e2a49738b94de (patch)
treef291f2b165dff33caeea1d3220236656fe5ba87d /scripts/Makefile.headersinst
parent9731dd4cadc53251ef80b3655c8d841fed52fa3d (diff)
downloadkernel-c443514a7d6d648bc497efbe502e2a49738b94de.tar.gz
drm/amd/display: lower lane count first when CR done partially fails in EQ
[why] According to DP specs, in EQ DONE phase of link training, we should lower lane count when at least one CR DONE bit is set to 1, while lower link rate when all CR DONE bits are 0s. However in our code, we will treat both cases as latter. This is not exactly correct based on the specs expectation. [how] Check lane0 CR DONE bit when it is still set but CR DONE fails, we treat it as a partial CR DONE failure in EQ DONE phase, we will follow the same fallback flow as when ED DONE fails in EQ DONE phase. Reviewed-by: George Shen <George.Shen@amd.com> Acked-by: Hamza Mahfooz <hamza.mahfooz@amd.com> Signed-off-by: Wenjing Liu <wenjing.liu@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'scripts/Makefile.headersinst')
0 files changed, 0 insertions, 0 deletions
a7b4a672cc7'>scsi: target: use the stack for XCOPY passthrough cmdsDavid Disseldorp 2020-03-29scsi: target: avoid per-loop XCOPY buffer allocationsDavid Disseldorp 2020-03-29scsi: target: drop xcopy DISK BLOCK LENGTH debugDavid Disseldorp 2020-03-29scsi: target: use #define for xcopy descriptor lenDavid Disseldorp 2019-10-03scsi: target: Remove tpg_list and se_portal_group.se_tpg_nodeBart Van Assche 2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner 2019-04-12scsi: target/core: Make the XCOPY setup code easier to read by inlining two f...Bart Van Assche 2019-04-12scsi: target/core: Simplify LUN initialization in XCOPY implementationBart Van Assche 2019-04-12scsi: target/core: Remove a set-but-not-used member variable from the XCOPY i...Bart Van Assche 2019-02-04scsi: target/core: Remove the write_pending_status() callback functionBart Van Assche 2018-12-07scsi: target/core: Make sure that target_wait_for_sess_cmds() waits long enoughBart Van Assche 2018-11-28scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp 2018-10-16scsi: target/core: Remove an unused data member from struct xcopy_pt_cmdBart Van Assche 2018-07-02scsi: target: Introduce transport_init_session()Bart Van Assche 2017-07-06xcopy: loop over devices using idr helperMike Christie 2017-07-06target: Fix a deadlock between the XCOPY code and iSCSI session shutdownBart Van Assche 2017-07-06target: Use {get,put}_unaligned_be*() instead of open coding these functionsBart Van Assche 2017-02-08target: Use correct SCSI status during EXTENDED_COPY exceptionNicholas Bellinger 2017-01-10target: support XCOPY requests without parametersDavid Disseldorp 2017-01-10target: check for XCOPY parameter truncationDavid Disseldorp 2017-01-10target: use XCOPY segment descriptor CSCD IDsDavid Disseldorp 2017-01-10target: check XCOPY segment descriptor CSCD IDsDavid Disseldorp 2017-01-10target: simplify XCOPY wwn->se_dev lookup helperDavid Disseldorp 2017-01-10target: return UNSUPPORTED TARGET/SEGMENT DESC TYPE CODE senseDavid Disseldorp 2017-01-10target: bounds check XCOPY total descriptor list lengthDavid Disseldorp 2017-01-10target: bounds check XCOPY segment descriptor listDavid Disseldorp 2017-01-10target: use XCOPY TOO MANY TARGET DESCRIPTORS senseDavid Disseldorp 2016-12-09target: Minimize #include directivesBart Van Assche 2016-10-19target: Don't override EXTENDED_COPY xcopy_pt_cmd SCSI status codeDinesh Israni 2016-10-19target: Make EXTENDED_COPY 0xe4 failure return COPY TARGET DEVICE NOT REACHABLENicholas Bellinger