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

Pr drm fixes domd #27

Merged
merged 2 commits into from
Dec 19, 2017
Merged

Commits on Dec 19, 2017

  1. drm/xen-front: Fix mmap operation

    While servicing mmap for file operation vm_area_struct
    doesn't have drm_gem_object in its private data.
    Use DRM file and device structures to get Xen DRM front
    private info structure.
    
    Signed-off-by: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
    Oleksandr Andrushchenko committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    43a4711 View commit details
    Browse the repository at this point in the history
  2. drm/xen-front: Use XenBus API to close frontend

    Signed-off-by: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
    Oleksandr Andrushchenko committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    0ec93d5 View commit details
    Browse the repository at this point in the history