• Daniel Vetter's avatar
    drm/aperture: Remove primary argument · 62aeaeaa
    Daniel Vetter authored
    
    
    Only really pci devices have a business setting this - it's for
    figuring out whether the legacy vga stuff should be nuked too. And
    with the preceding two patches those are all using the pci version of
    this.
    
    Which means for all other callers primary == false and we can remove
    it now.
    
    v2:
    - Reorder to avoid compile fail (Thomas)
    - Include gma500, which retained it's called to the non-pci version.
    
    v4:
    - fix Daniel's S-o-b address
    
    v5:
    - add back an S-o-b tag with Daniel's Intel address
    Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
    Signed-off-by: default avatarDaniel Vetter <daniel.vetter@intel.com>
    Signed-off-by: default avatarThomas Zimmermann <tzimmermann@suse.de>
    Cc: Thomas Zimmermann <tzimmermann@suse.de>
    Cc: Javier Martinez Canillas <javierm@redhat.com>
    Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
    Cc: Maxime Ripard <mripard@kernel.org>
    Cc: Deepak Rawat <drawat.floss@gmail.com>
    Cc: Neil Armstrong <neil.armstrong@linaro.org>
    Cc: Kevin Hilman <khilman@baylibre.com>
    Cc: Je...
    62aeaeaa
hyperv_drm_drv.c 5.51 KB