aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vboxvideo/vbox_mode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-11staging: vboxvideo: make a couple of funcs staticCraig Kewley1-4/+4
2018-10-11staging: vboxvideo: unlock on error in vbox_cursor_atomic_update()Dan Carpenter1-0/+1
2018-09-29staging: vboxvideo: Use more drm_fb_helper functionsHans de Goede1-1/+1
2018-09-29staging: vboxvideo: Drop unnecessary drm_connector_helper_funcs callbacksHans de Goede1-20/+0
2018-09-29staging: vboxvideo: Call drm_atomic_helper_check_plane_state from atomic_checkHans de Goede1-1/+29
2018-09-29staging: vboxvideo: Replace crtc_helper enable/disable functionsHans de Goede1-4/+6
2018-09-29staging: vboxvideo: Fix DPMS support after atomic conversionHans de Goede1-26/+2
2018-09-29staging: vboxvideo: Restore page-flip supportHans de Goede1-2/+5
2018-09-29staging: vboxvideo: Atomic phase 3: Switch last bits over to atomicHans de Goede1-25/+10
2018-09-29staging: vboxvideo: Atomic phase 2: Stop using plane->fb and crtc->*Hans de Goede1-8/+7
2018-09-29staging: vboxvideo: Atomic phase 2: Wire up state object handlersHans de Goede1-5/+10
2018-09-29staging: vboxvideo: Atomic phase 1: Use drm_plane_helpers for primary planeHans de Goede1-26/+90
2018-09-29staging: vboxvideo: Atomic phase 1: convert cursor to universal planeHans de Goede1-200/+186
2018-09-29staging: vboxvideo: Cache mode width, height and crtc panning in vbox_crtcHans de Goede1-12/+16
2018-09-29staging: vboxvideo: Temporarily remove page_flip supportHans de Goede1-35/+0
2018-09-29staging: vboxvideo: Remove empty encoder_helper_funcsHans de Goede1-34/+0
2018-09-29staging: vboxvideo: Cleanup vbox_set_up_input_mapping()Hans de Goede1-12/+12
2018-09-20staging: vboxvideo: Move bo_[un]resere calls into vbox_bo_[un]pinHans de Goede1-39/+15
2018-09-20staging: vboxvideo: Fix NULL ptr deref in vbox_set_up_input_mapping()Hans de Goede1-4/+4
2018-09-20staging: vboxvideo: Move pin / unpin of fb out of vbox_crtc_set_base_and_modeHans de Goede1-25/+27
2018-09-20staging: vboxvideo: Init fb_info.fix.smem once from fbdev_createHans de Goede1-3/+0
2018-09-20staging: vboxvideo: Expose creation of universal primary planeHans de Goede1-4/+74
2018-09-20staging: vboxvideo: Add fl_flag argument to vbox_fb_pin() helperHans de Goede1-3/+3
2018-09-20staging: vboxvideo: Embed drm_device into driver structureHans de Goede1-18/+18
2018-09-20staging: vboxvideo: Move setup of modesetting from driver_load to mode_initHans de Goede1-5/+57
2018-09-20staging: vboxvideo: Let DRM core handle connector registeringHans de Goede1-1/+0
2018-09-18staging: vboxvideo: Skip currrent crtc when updating crtcsHans de Goede1-1/+2
2018-09-18staging: vboxvideo: Fix modeset / page_flip error handlingHans de Goede1-59/+62
2018-09-11staging: vboxvideo: Change address of scanout buffer on page-flipHans de Goede1-0/+5
2018-08-18Merge tag 'staging-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-3/+31
2018-08-02staging: vboxvideo: Add page-flip supportSteve Longerbeam1-0/+26
2018-08-02staging: vboxvideo: Pass a new framebuffer to vbox_crtc_do_set_baseSteve Longerbeam1-3/+5
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter1-1/+1
2018-07-13drm: drop _mode_ from update_edit_property()Daniel Vetter1-1/+1
2018-04-25staging: vboxvideo: fix mode_valid's return typeLuc Van Oostenryck1-1/+1
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-1/+1
2017-10-18staging: vboxvideo: Fix reporting invalid suggested-offset-propertiesHans de Goede1-8/+18
2017-10-12drm: Pass struct drm_file * to __drm_mode_object_find [v2]Keith Packard1-1/+1
2017-08-18staging: vboxvideo: remove dead gamma lut codePeter Rosin1-5/+0
2017-08-18staging: vboxvideo: switch to drm_*{get,put} helpersCihangir Akturk1-1/+1
2017-07-28staging: vboxvideo: remove unused variablesPaolo Cretaro1-5/+0
2017-07-17staging: vboxvideo: Add vboxvideo to drivers/stagingHans de Goede1-0/+877