Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mtlp boot fix #4

Merged
merged 4 commits into from
Jul 20, 2024
Merged

Mtlp boot fix #4

merged 4 commits into from
Jul 20, 2024

Commits on Jul 19, 2024

  1. Revert "FIXUP: drm/i915/display: Fix phys_base in MTL"

    This reverts commit c374f0ae830078d1cc4ee9863bea4275d957e327 as
    it is causing i915 driver crash in MTL P devices.
    
    Tests done:
    - Boot in BM & GVT-d setup
    - adb reboot
    - adb remount
    
    Tracked-On: OAM-122508
    Signed-off-by: Jeevaka Prabu Badrappan <jeevaka.badrappan@intel.com>
    JeevakaPrabu committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    0291c38 View commit details
    Browse the repository at this point in the history
  2. drm/i915/bios: bump expected child device size

    VBT versions since 256 have an extra byte for EFP index.
    
    v2: Update BUILD_BUG_ON() (Matt)
    
    Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
    Link: https://patchwork.freedesktop.org/patch/msgid/20240226175854.287871-1-jani.nikula@intel.com
    Signed-off-by: Jani Nikula <jani.nikula@intel.com>
    Tracked-On: OAM-122511
    jnikula authored and JeevakaPrabu committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    0463c50 View commit details
    Browse the repository at this point in the history
  3. drm/i915/bios: abstract child device size check

    Separate the child device size check to a separate function for
    clarity. No functional changes.
    
    Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
    Link: https://patchwork.freedesktop.org/patch/msgid/20240226175854.287871-2-jani.nikula@intel.com
    Signed-off-by: Jani Nikula <jani.nikula@intel.com>
    Tracked-On: OAM-122511
    jnikula authored and JeevakaPrabu committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    53e576b View commit details
    Browse the repository at this point in the history
  4. drm/i915/bios: abstract child device expected size

    Add a function to return the expected child device size. Flip the if
    ladder around and use the same versions as in documentation to make it
    easier to verify. Return an error for unknown versions. No functional
    changes.
    
    v2: Move BUILD_BUG_ON() next to the expected sizes
    
    Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
    Link: https://patchwork.freedesktop.org/patch/msgid/20240226175854.287871-3-jani.nikula@intel.com
    Signed-off-by: Jani Nikula <jani.nikula@intel.com>
    Tracked-On: OAM-122511
    jnikula authored and JeevakaPrabu committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    410aca5 View commit details
    Browse the repository at this point in the history