Skip to content

Commit

Permalink
Reading Revision IDs for Display PHY hardware before SKU table init
Browse files Browse the repository at this point in the history
  Display PHY has independant hardware revisions. We need to read that
before we initialize SKU tables
  • Loading branch information
murali-i authored and igcbot committed Jun 30, 2023
1 parent d2c6c50 commit 20c6fa9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions inc/common/igfxfmid.h
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,14 @@ typedef struct PLATFORM_STR {

// Supported from MTL onwards that will hold IP's major/minor version and their individual RevID
GFX_GMD_ID sDisplayBlockID;
GFX_GMD_ID sDisplayPicaBlockID;
GFX_GMD_ID sRenderBlockID;
GFX_GMD_ID sMediaBlockID;

// Since we override usRevId field for certain platforms ex: RPLS B0, RPLP J0,
// This field is required to hold original revid derived from pci config space which is further used to share outside KMD
unsigned short usOriginalRevIdFromPciConfig;
unsigned short padding;
} PLATFORM;

// add enums at the end
Expand Down

0 comments on commit 20c6fa9

Please sign in to comment.