summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/udl/udl_fb.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-17drm/udl: drop use of drmP.hSam Ravnborg1-8/+7
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 262Thomas Gleixner1-4/+1
2019-04-24drm/udl: move to embedding drm device inside udl device.Dave Airlie1-1/+1
2019-04-24drm/udl: introduce a macro to convert dev to udl.Dave Airlie1-5/+5
2019-03-27drm/udl: Use drm_fb_helper_fill_infoDaniel Vetter1-6/+2
2018-09-10drm: udl: Destroy framebuffer only if it was initializedEmil Lundmark1-3/+5
2018-07-31udl-kms: dont spam the syslog with debug messagesMikulas Patocka1-3/+3
2018-07-31udl-kms: avoid divisionMikulas Patocka1-6/+9
2018-07-31udl-kms: fix crash due to uninitialized memoryMikulas Patocka1-1/+1
2018-07-05drm/udl: fix display corruption of the last lineMikulas Patocka1-1/+4
2018-03-22drm: udl: Properly check framebuffer mmap offsetsGreg Kroah-Hartman1-2/+7
2017-09-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+4
2017-08-11drm/udl: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk1-3/+3
2017-08-11drm: Document device unplug infrastructureDaniel Vetter1-1/+1
2017-07-26drm/<drivers>: Drop fbdev info flagsDaniel Vetter1-1/+0
2017-07-18x86, drm, fbdev: Do not specify encrypted memory for video mappingsTom Lendacky1-0/+4
2017-05-03Merge tag 'drm-for-v4.12' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-4/+1
2017-04-21linux/kernel.h: Add ALIGN_DOWN macroKrzysztof Kozlowski1-1/+1
2017-02-07drm/fb-helper: Automatically clean up fb_infoDaniel Vetter1-4/+1
2017-02-02drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi1-2/+1
2016-12-15drm: Nuke fb->bits_per_pixelVille Syrjälä1-1/+1
2016-12-15drm: Nuke fb->depthVille Syrjälä1-1/+1
2016-12-15drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()Ville Syrjälä1-1/+1
2016-11-14drm/udl: use DRM_FB_HELPER_DEFAULT_OPS for fb_opsStefan Christ1-7/+1
2016-09-28drm/udl: fix line iterator in damage handlingDavid Herrmann1-1/+1
2016-08-26drm: Protect fb_defio in drivers with CONFIG_KMS_FBDEV_EMULATIONDaniel Vetter1-0/+4
2016-05-17drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson1-1/+1
2016-05-02drm/udl: Use drm_fb_helper deferred_io supportNoralf Trønnes1-134/+6
2016-05-02drm/udl: Change drm_fb_helper_sys_*() calls to sys_*()Noralf Trønnes1-3/+3
2016-04-01drm/udl: Use unlocked gem unreferencingDaniel Vetter1-1/+1
2016-03-19dma-buf, drm, ion: Propagate error code from dma_buf_start_cpu_access()Chris Wilson1-2/+2
2016-02-09dma-buf: Remove range-based flushTiago Vignatti1-2/+0
2015-11-24drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä1-2/+2
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-01-21drm/fb-helper: Propagate errors from initial config failureThierry Reding1-7/+15
2014-09-24drm/udl: use container_of to resolve udl_fbdev from drm_fb_helperFabian Frederick1-1/+2
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-03-16drm/udl: fix error-path when damage-req failsDavid Herrmann1-1/+1
2013-12-18drm: Push dirtyfb ioctl kms locking down to driversVille Syrjälä1-3/+9
2013-06-17drm: Drop all the stub gamma_get, gamma_set, load_lut functions from driversVille Syrjälä1-15/+0
2013-05-01udl: bind the framebuffer to the correct device.Dave Airlie1-1/+1
2013-02-14drm/<drivers>: simplify ->fb_probe callbackDaniel Vetter1-19/+3
2013-02-14drm/fb-helper: don't disable everything in initial_configDaniel Vetter1-0/+4
2013-02-08Merge branch 'udl-fixes' into drm-nextDave Airlie1-6/+42
2013-02-08drm/udl: disable fb_defio by defaultDave Airlie1-2/+2
2013-02-07drm/udl: make usage as a console saferDave Airlie1-4/+40
2013-01-20drm: revamp framebuffer cleanup interfacesDaniel Vetter1-0/+1
2013-01-20drm/<drivers>: Unified handling of unimplemented fb->create_handleDaniel Vetter1-1/+0