summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/virtio/virtgpu_display.c
Commit message (Expand)AuthorAgeFilesLines
* drm/virtio: switch to struct drm_edidJani Nikula2024-05-131-6/+4
* drm/virtio: Add option to disable KMS supportRob Clark2023-03-031-0/+6
* drm/virtio: set fb_modifiers_not_supportedChia-I Wu2022-09-071-0/+2
* drm: Drop drm_edid.h from drm_crtc.hVille Syrjälä2022-06-201-0/+1
* drm/virtio: fix NULL pointer dereference in virtio_gpu_conn_get_modesLiu Zixian2022-03-251-0/+2
* drm/virtio: fix the missed drm_gem_object_put() in virtio_gpu_user_framebuffe...Jing Xiangfeng2021-10-111-1/+3
* drm: Use state helper instead of CRTC state pointerMaxime Ripard2020-11-101-1/+3
* drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard2020-11-021-1/+1
* drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard2020-11-021-1/+1
* drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard2020-10-091-2/+2
* drm/virtio: use drmm_mode_config_initGerd Hoffmann2020-09-151-4/+7
* drm/virtio: drop virtio_gpu_output->enabledGerd Hoffmann2020-09-021-4/+0
* drm/virtio: fix unblankGerd Hoffmann2020-09-021-0/+11
* drm/virtgpu: remove redundant assignments to width and heightColin Ian King2020-08-171-2/+0
* drm/virtio: Remove open-coded commit-tail functionDaniel Vetter2020-07-141-20/+0
* drm/virtio: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov2020-05-191-1/+1
* drm/virtgpu: Use simple encoderThomas Zimmermann2020-04-021-6/+2
* drm/virtio: batch plane updates (pageflip)Gerd Hoffmann2020-02-171-0/+2
* drm/virtio: add drm_driver.release callback.Gerd Hoffmann2020-02-121-1/+0
* drm/virtio: fix vblank handlingGerd Hoffmann2020-02-051-0/+1
* drm/virtio: Remove sending of vblank eventThomas Zimmermann2020-01-301-8/+0
* drm/virtio: move drm_connector_to_virtio_gpu_output to virtgpu_displayGurchetan Singh2019-12-191-0/+3
* drm/virtio: static-ify virtio_gpu_framebuffer_initGurchetan Singh2019-12-191-1/+1
* drm/virtgpu: drop use of drmP.hSam Ravnborg2019-07-151-2/+5
* drm/virtio: drop framebuffer dirty tracking codeGerd Hoffmann2019-06-131-18/+2
* drm/virtio: add missing drm_atomic_helper_shutdown() call.Gerd Hoffmann2019-04-021-0/+1
* drm: Split out drm_probe_helper.hDaniel Vetter2019-01-241-1/+1
* drm/virtio: Drop deprecated load/unload initializationEzequiel Garcia2019-01-091-2/+1
* drm/virtio: Remove incorrect kfree()Ezequiel Garcia2019-01-081-4/+0
* drm/virtio: switch to generic fbdev emulationGerd Hoffmann2018-12-141-1/+0
* drm/virtio: add edid supportGerd Hoffmann2018-11-211-0/+12
* drm/virtio: fix DRM_FORMAT_* handlingGerd Hoffmann2018-09-251-0/+5
* drm/virtio: Remove set but not used variable 'bo'YueHaibing2018-09-101-3/+0
* drm/virtio: track virtual output stateGerd Hoffmann2018-09-051-0/+4
* drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter2018-07-131-1/+1
* drm/virtio: Stop updating plane->crtcVille Syrjälä2018-06-111-2/+0
* drm/virtio: Place GEM BOs in drm_framebufferDaniel Stone2018-05-181-25/+5
* drm/virtio: fix mode_valid's return typeLuc Van Oostenryck2018-04-251-1/+1
* drm/virtio: Replace 'unsigned' for 'unsigned int'Rodrigo Siqueira2018-02-271-2/+2
* drm/virtio: Add blank line after variable declarationsRodrigo Siqueira2018-02-271-0/+1
* drm/virtio: Add tabs at the start of a lineRodrigo Siqueira2018-02-271-1/+1
* drm/virtio: add create_handle support.Lepton Wu2017-11-101-0/+12
* drm/virtio: Replace instances of reference/unreference with get/putSrishti Sharma2017-10-021-2/+2
* drm: Nuke drm_atomic_helper_connector_dpmsDaniel Vetter2017-08-081-1/+0
* drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()Laurent Pinchart2017-06-301-2/+3
* drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart2017-06-301-2/+3
* drm: Constify drm_mode_config atomic helper private pointerLaurent Pinchart2017-02-121-1/+1
* drm/virtio: Call drm_helper_mode_fill_fb_struct() before drm_framebuffer_init()Ville Syrjälä2016-12-151-1/+2
* drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()Ville Syrjälä2016-12-151-1/+1
* virtio-gpu: fix vblank eventsGerd Hoffmann2016-11-031-2/+1