Skip to content
Snippets Groups Projects
  1. Oct 19, 2022
  2. Oct 18, 2022
    • Mark Yacoub's avatar
      Chamelium: Handle getting port connector if it's MST. · fdbafce2
      Mark Yacoub authored and Mark Yacoub's avatar Mark Yacoub committed
      
      [Why]
      When getting a connector for a port, the connector ID might be invalid
      after a replug if it's an MST connector. Getting the connector with just
      the connector ID will not always work.
      
      [How]
      Check if the connector is MST by checking the port's connector path.
      If it is, iterate through all connectors until a connector with a
      matching path is found.
      
      TEST=./kms_chamelium --run-subtest dp-hpd [on intel Volteer board with
      Chamelium V3 connected]
      
      Signed-off-by: default avatarMark Yacoub <markyacoub@chromium.org>
      Reviewed-by: Lyude Paul's avatarLyude Paul <lyude@redhat.com>
      fdbafce2
  3. Oct 17, 2022
  4. Oct 15, 2022
  5. Oct 14, 2022
  6. Oct 13, 2022
  7. Oct 12, 2022
  8. Oct 11, 2022
  9. Oct 10, 2022
  10. Oct 07, 2022
  11. Oct 06, 2022
    • Mauro Carvalho Chehab's avatar
      scripts/code_cov_parse_info: print common coverage and extra per function · 523844c7
      Mauro Carvalho Chehab authored
      
      While analyzing the data, it is nice to have a quick summary about
      how much each set of the analyzed data contributes to the total.
      
      So, generate a function summary report with the interception of
      all the sets ("common function coverage"), plus the difference
      that an individual test group contributes.
      
      This is useful to provide a quick feedback on several situations:
      
      - When comparing FULL with BAT:
      	- how many functions are added on FULL?
      	- are there functions that are only on BAT?
      
      - When comparing different machines:
      	- How many functions each individual machine has over
      	  the common group?
      
      - When comparing a group of tests:
      	- How many functions an individual test adds for the
      	  coverage that weren't covered at the common group yet?
      
      Acked-by: default avatarKamil Konieczny <kamil.konieczny@linux.intel.com>
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@kernel.org>
      523844c7
Loading