aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/virtio/virtgpu_display.c
AgeCommit message (Expand)Author
2022-03-25drm/virtio: fix NULL pointer dereference in virtio_gpu_conn_get_modesLiu Zixian
2021-10-11drm/virtio: fix the missed drm_gem_object_put() in virtio_gpu_user_framebuffe...Jing Xiangfeng
2020-11-10drm: Use state helper instead of CRTC state pointerMaxime Ripard
2020-11-02drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard
2020-11-02drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard
2020-09-15drm/virtio: use drmm_mode_config_initGerd Hoffmann
2020-09-02drm/virtio: drop virtio_gpu_output->enabledGerd Hoffmann
2020-09-02drm/virtio: fix unblankGerd Hoffmann
2020-08-17drm/virtgpu: remove redundant assignments to width and heightColin Ian King
2020-07-14drm/virtio: Remove open-coded commit-tail functionDaniel Vetter
2020-05-19drm/virtio: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov
2020-04-02drm/virtgpu: Use simple encoderThomas Zimmermann
2020-02-17drm/virtio: batch plane updates (pageflip)Gerd Hoffmann
2020-02-12drm/virtio: add drm_driver.release callback.Gerd Hoffmann
2020-02-05drm/virtio: fix vblank handlingGerd Hoffmann
2020-01-30drm/virtio: Remove sending of vblank eventThomas Zimmermann
2019-12-19drm/virtio: move drm_connector_to_virtio_gpu_output to virtgpu_displayGurchetan Singh
2019-12-19drm/virtio: static-ify virtio_gpu_framebuffer_initGurchetan Singh
2019-07-15drm/virtgpu: drop use of drmP.hSam Ravnborg
2019-06-13drm/virtio: drop framebuffer dirty tracking codeGerd Hoffmann
2019-04-02drm/virtio: add missing drm_atomic_helper_shutdown() call.Gerd Hoffmann
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter
2019-01-09drm/virtio: Drop deprecated load/unload initializationEzequiel Garcia
2019-01-08drm/virtio: Remove incorrect kfree()Ezequiel Garcia
2018-12-14drm/virtio: switch to generic fbdev emulationGerd Hoffmann
2018-11-21drm/virtio: add edid supportGerd Hoffmann
2018-09-25drm/virtio: fix DRM_FORMAT_* handlingGerd Hoffmann
2018-09-10drm/virtio: Remove set but not used variable 'bo'YueHaibing
2018-09-05drm/virtio: track virtual output stateGerd Hoffmann
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter
2018-06-11drm/virtio: Stop updating plane->crtcVille Syrjälä
2018-05-18drm/virtio: Place GEM BOs in drm_framebufferDaniel Stone
2018-04-25drm/virtio: fix mode_valid's return typeLuc Van Oostenryck
2018-02-27drm/virtio: Replace 'unsigned' for 'unsigned int'Rodrigo Siqueira
2018-02-27drm/virtio: Add blank line after variable declarationsRodrigo Siqueira
2018-02-27drm/virtio: Add tabs at the start of a lineRodrigo Siqueira
2017-11-10drm/virtio: add create_handle support.Lepton Wu
2017-10-02drm/virtio: Replace instances of reference/unreference with get/putSrishti Sharma
2017-08-08drm: Nuke drm_atomic_helper_connector_dpmsDaniel Vetter
2017-06-30drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()Laurent Pinchart
2017-06-30drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart
2017-02-12drm: Constify drm_mode_config atomic helper private pointerLaurent Pinchart
2016-12-15drm/virtio: Call drm_helper_mode_fill_fb_struct() before drm_framebuffer_init()Ville Syrjälä
2016-12-15drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()Ville Syrjälä
2016-11-03virtio-gpu: fix vblank eventsGerd Hoffmann
2016-08-29drm/atomic-helper: Add NO_DISABLE_AFTER_MODESET flag support for plane commitLiu Ying
2016-07-19drm/virtio: Fix non static symbol warningWei Yongjun
2016-07-18drm/virtgpu: Delete unnecessary checks before drm_gem_object_unreference_unlo...Markus Elfring
2016-06-14drm/virtio: Don't reinvent a flipping wheelDaniel Vetter