summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/udl
AgeCommit message (Expand)AuthorFilesLines
2016-10-11Merge tag 'drm-for-v4.9' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds6-8/+60
2016-10-05drm/prime: Take a ref on the drm_dev when exporting a dma_bufChris Wilson1-1/+1
2016-09-28drm/udl: fix line iterator in damage handlingdrm-fixes-for-v4.8-finalDavid Herrmann1-1/+1
2016-09-22drm: Don't swallow error codes in drm_dev_alloc()Tom Gundersen1-2/+2
2016-09-06drm/udl: implement usb_driver suspend/resume.Haixia Shi3-0/+32
2016-08-26drm: Protect fb_defio in drivers with CONFIG_KMS_FBDEV_EMULATIONDaniel Vetter1-0/+4
2016-08-23drm/udl: Ensure channel is selected before using the device.Jamie Lentin1-0/+25
2016-08-16drm/kms: Nuke dirty_info propertyDaniel Vetter2-5/+0
2016-08-12drm: Protect fb_defio in drivers with CONFIG_KMS_FBDEV_EMULATIONDaniel Vetter1-0/+4
2016-07-18drm/udl: make fbdev support really optionalTobias Jakobi1-5/+0
2016-07-12drm/udl: Unplugging a device now unregisters itChris Wilson1-1/+0
2016-06-06drm/udl: use drm_crtc_send_vblank_event()Gustavo Padovan1-1/+1
2016-05-17drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson2-2/+2
2016-05-02drm/udl: Use drm_fb_helper deferred_io supportNoralf Trønnes2-136/+6
2016-05-02drm/udl: Change drm_fb_helper_sys_*() calls to sys_*()Noralf Trønnes1-3/+3
2016-04-06Merge tag 'topic/drm-misc-2016-04-01' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-1/+1
2016-04-01drm/udl: Use unlocked gem unreferencingDaniel Vetter2-2/+2
2016-03-29drm: Rename drm_connector_unplug_all() to drm_connector_unregister_all()Alexey Brodkin1-1/+1
2016-03-19dma-buf, drm, ion: Propagate error code from dma_buf_start_cpu_access()Chris Wilson1-2/+2
2016-03-04drm/udl: removed optional dummy crtc mode_fixup function.Carlos Palminha1-9/+0
2016-02-17drm/udl: Use module_usb_driverAmitoj Kaur Chawla1-13/+1
2016-02-16drm/udl: removed optional dummy encoder mode_fixup function.Carlos Palminha1-8/+0
2016-02-09dma-buf: Remove range-based flushTiago Vignatti1-2/+0
2015-12-15drm/udl: Constify function pointer structsVille Syrjälä2-3/+3
2015-12-11drm: Pass 'name' to drm_encoder_init()Ville Syrjälä1-1/+2
2015-11-24drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä2-3/+3
2015-11-24drm: Remove unused fbdev_list membersLukas Wunner1-1/+0
2015-08-06drm/udl: Use new drm_fb_helper functionsArchit Taneja1-29/+12
2015-04-21dma-buf: cleanup dma_buf_export() to make it easily extensibleSumit Semwal1-1/+8
2015-01-31drm/udl: properly set active_16 flag in udl_crtc_page_flip(). (v2)Haixia Shi1-1/+8
2015-01-31drm/udl: optimize udl_compress_hline16 (v2)Haixia Shi1-20/+19
2015-01-21drm/fb-helper: Propagate errors from initial config failureThierry Reding1-7/+15
2014-11-26drm/udl: properly check for error pointersHaixia Shi1-3/+3
2014-11-26drm/udl: handle page mapping in dmabuf export.Haixia Shi3-4/+9
2014-11-21drm/udl: Deletion of an unnecessary check before the function call "vunmap"Markus Elfring1-2/+1
2014-11-20drm/udl: add support to export a handle to a FD on UDL.Haixia Shi5-72/+278
2014-11-20drm/udl: add cache flags definitions for udl_gem_objectHaixia Shi2-0/+25
2014-11-05drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.hDaniel Vetter1-0/+1
2014-09-24drm/udl: use container_of to resolve udl_fbdev from drm_fb_helperFabian Frederick1-1/+2
2014-09-24drm: Extract <drm/drm_gem.h>Daniel Vetter1-0/+1
2014-09-10drm: merge drm_usb into udlDavid Herrmann5-49/+69
2014-09-10drm: add driver->set_busid() callbackDavid Herrmann1-0/+6
2014-07-18drm/udl: use helpersRob Clark1-8/+1
2014-07-08drm/udl: Implement page_flip ioctlStéphane Marchesin1-0/+21
2014-07-08drm/udl: add vblank supportStéphane Marchesin1-0/+15
2014-07-08drm: Introduce drm_fb_helper_prepare()Thierry Reding1-1/+2
2014-07-08drm: Constify struct drm_fb_helper_funcsThierry Reding1-1/+1
2014-07-08Merge branch 'drm-next' of git://people.freedesktop.org/~dvdhrm/linux into dr...Dave Airlie1-4/+4
2014-07-08Merge tag 'topic/core-stuff-2014-06-30' of git://anongit.freedesktop.org/drm-...Dave Airlie1-2/+2
2014-07-08drm/gem: remove misleading gfp parameter to get_pages()David Herrmann1-4/+4