Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • L linux-dm
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • linux-arm
  • linux-dm
  • Repository
Switch branch/tag
  • linux-dm
  • drivers
  • gpu
  • drm
  • i915
  • display
  • intel_dp_mst.c
Find file BlameHistoryPermalink
  • Ville Syrjälä's avatar
    drm/i915: Limit MST to <= 8bpc once again · bb1a71f9
    Ville Syrjälä authored Aug 28, 2019
    
    
    My attempt at allowing MST to use the higher color depths has
    regressed some configurations. Apparently people have setups
    where all MST streams will fit into the DP link with 8bpc but
    won't fit with higher color depths.
    
    What we really should be doing is reducing the bpc for all the
    streams on the same link until they start to fit. But that requires
    a bit more work, so in the meantime let's revert back closer to
    the old behavior and limit MST to at most 8bpc.
    
    Cc: stable@vger.kernel.org
    Cc: Lyude Paul <lyude@redhat.com>
    Tested-by: default avatarGeoffrey Bennett <gmux22@gmail.com>
    Fixes: f1477219 ("drm/i915: Remove the 8bpc shackles from DP MST")
    Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=111505
    
    
    Signed-off-by: default avatarVille Syrjälä <ville.syrjala@linux.intel.com>
    Link: https://patchwork.freedesktop.org/patch/msgid/20190828102059.2512-1-ville.syrjala@linux.intel.com
    
    
    Reviewed-by: default avatarLyude Paul <lyude@redhat.com>
    (cherry picked from commit 75427b2a2bffc083d51dec389c235722a9c69b05)
    Signed-off-by: default avatarJani Nikula <jani.nikula@intel.com>
    bb1a71f9