summaryrefslogtreecommitdiff
path: root/drivers/staging/vboxvideo
AgeCommit message (Expand)Author
2018-10-29Merge tag 'staging-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-10-11staging: vboxvideo: make a couple of funcs staticCraig Kewley
2018-10-11staging: vboxvideo: unlock on error in vbox_cursor_atomic_update()Dan Carpenter
2018-09-29staging: vboxvideo: Use more drm_fb_helper functionsHans de Goede
2018-09-29staging: vboxvideo: Drop unnecessary drm_connector_helper_funcs callbacksHans de Goede
2018-09-29staging: vboxvideo: Call drm_atomic_helper_check_plane_state from atomic_checkHans de Goede
2018-09-29staging: vboxvideo: Replace crtc_helper enable/disable functionsHans de Goede
2018-09-29staging: vboxvideo: Fix DPMS support after atomic conversionHans de Goede
2018-09-29staging: vboxvideo: Restore page-flip supportHans de Goede
2018-09-29staging: vboxvideo: Atomic phase 3: Switch last bits over to atomicHans de Goede
2018-09-29staging: vboxvideo: Atomic phase 2: Stop using plane->fb and crtc->*Hans de Goede
2018-09-29staging: vboxvideo: Atomic phase 2: Wire up state object handlersHans de Goede
2018-09-29staging: vboxvideo: Atomic phase 1: Use drm_plane_helpers for primary planeHans de Goede
2018-09-29staging: vboxvideo: Atomic phase 1: convert cursor to universal planeHans de Goede
2018-09-29staging: vboxvideo: Cache mode width, height and crtc panning in vbox_crtcHans de Goede
2018-09-29staging: vboxvideo: Temporarily remove page_flip supportHans de Goede
2018-09-29staging: vboxvideo: Remove empty encoder_helper_funcsHans de Goede
2018-09-29staging: vboxvideo: Cleanup vbox_set_up_input_mapping()Hans de Goede
2018-09-27BackMerge v4.19-rc5 into drm-nextDave Airlie
2018-09-20staging: vboxvideo: Add vbox_bo_k[un]map helper functionsHans de Goede
2018-09-20staging: vboxvideo: Move bo_[un]resere calls into vbox_bo_[un]pinHans de Goede
2018-09-20staging: vboxvideo: Fix NULL ptr deref in vbox_set_up_input_mapping()Hans de Goede
2018-09-20staging: vboxvideo: Move pin / unpin of fb out of vbox_crtc_set_base_and_modeHans de Goede
2018-09-20staging: vboxvideo: Init fb_info.fix.smem once from fbdev_createHans de Goede
2018-09-20staging: vboxvideo: Expose creation of universal primary planeHans de Goede
2018-09-20staging: vboxvideo: Add fl_flag argument to vbox_fb_pin() helperHans de Goede
2018-09-20staging: vboxvideo: Fold vbox_drm_resume() into vbox_pm_resume()Hans de Goede
2018-09-20staging: vboxvideo: Embed drm_device into driver structureHans de Goede
2018-09-20staging: vboxvideo: Fold driver_load/unload into probe/remove functionsHans de Goede
2018-09-20staging: vboxvideo: Move setup of modesetting from driver_load to mode_initHans de Goede
2018-09-20staging: vboxvideo: Let DRM core handle connector registeringHans de Goede
2018-09-18staging: vboxvideo: Drop vbox_bo_unref() helperHans de Goede
2018-09-18staging: vboxvideo: Remove vboxfb_create_object() wrapperHans de Goede
2018-09-18staging: vboxvideo: Skip currrent crtc when updating crtcsHans de Goede
2018-09-18staging: vboxvideo: Fix modeset / page_flip error handlingHans de Goede
2018-09-16Merge 4.19-rc4 into staging-nextGreg Kroah-Hartman
2018-09-11staging: vboxvideo: Change address of scanout buffer on page-flipHans de Goede
2018-09-11staging: vboxvideo: Fix IRQs no longer workingHans de Goede
2018-09-11fbdev: Drop FBINFO_CAN_FORCE_OUTPUT flagDaniel Vetter
2018-09-10staging/vboxvideo: Replace ttm_bo_unref with ttm_bo_putThomas Zimmermann
2018-08-18Merge tag 'staging-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-08-02staging: vboxvideo: Add page-flip supportSteve Longerbeam
2018-08-02staging: vboxvideo: Pass a new framebuffer to vbox_crtc_do_set_baseSteve Longerbeam
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter
2018-07-13drm: drop _mode_ from update_edit_property()Daniel Vetter
2018-06-17staging: vboxvideo: Update driver to use drm_dev_register.Fabio Rafael da Rosa
2018-06-09Merge tag 'staging-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-04-25staging: vboxvideo: fix mode_valid's return typeLuc Van Oostenryck
2018-04-23staging: vboxvideo: Fix line size exceeding 80 columns.Daniel Junho
2018-03-28staging/vboxvideo: Use gem_free_object_unlockedDaniel Vetter