Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • xserver xserver
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 933
    • Issues 933
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 123
    • Merge requests 123
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.

  • xorgxorg
  • xserverxserver
  • Merge requests
  • !519

Skip the error handling via EnterVT during restore

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Kishore409 requested to merge Kishore409/xserver:kk_upstream into master Sep 22, 2020
  • Overview 4
  • Commits 1
  • Pipelines 1
  • Changes 3

There are couple of scenario's as below:

  1. SystemSuspend-unplug-SystemResume
  2. VTLeave-unplug-VTEnter

During the above scenarios, though unplug uevent is triggered after resume/VTEnter by kernel, it wont reach modesetting driver (could be that X is not Master). To fix this, invoking a function to update the kms state during resume/VTEnter path.

Also the patch skips the modesetting error handling for missing and disconnected connectors in resume/VTEnter path. This is choosen to restore the older configuration as much as possible so as to support older kernel implementation which can restore once cables are plugged back.

Signed-off-by: Kishore Kadiyala kishore.kadiyala@intel.com

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: kk_upstream