aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/udl
AgeCommit message (Expand)AuthorFilesLines
2025-10-31drm: include drm_print.h where neededJani Nikula1-0/+1
2025-07-07drm/gem-shmem: Do not map s/g table by defaultThomas Zimmermann1-1/+1
2025-06-03drm/udl: use DRM_GEM_SHMEM_DRIVER_OPS_NO_MAP_SGTShixiong Ou1-1/+1
2025-04-17drm/udl: Set error code in udl_init()Dan Carpenter1-0/+1
2025-04-14drm/udl: Support adapters without firmware descriptorThomas Zimmermann1-16/+21
2025-04-14drm/udl: Validate length in vendor-descriptor parserThomas Zimmermann1-26/+51
2025-04-14drm/udl: Treat vendor descriptor as u8Thomas Zimmermann1-8/+8
2025-04-14drm/udl: Return error if vendor descriptor is too shortThomas Zimmermann1-36/+36
2025-04-14drm/udl: Handle errors from usb_get_descriptor()Thomas Zimmermann1-10/+14
2025-04-14drm/udl: The number of pixels is always positiveThomas Zimmermann1-2/+2
2025-04-14drm/udl: Improve type safety when using struct udl_deviceThomas Zimmermann5-36/+37
2025-04-14drm/udl: Remove unused field gem_lock from struct udl_deviceThomas Zimmermann2-4/+0
2025-04-14drm/udl: Remove unused field dev from struct udl_deviceThomas Zimmermann1-1/+0
2025-03-24drm/udl: Switch poll helpers to managed cleanupThomas Zimmermann3-3/+1
2025-03-24drm/udl: Unregister device before cleaning up on disconnectThomas Zimmermann1-1/+1
2025-03-12drm/udl: Set struct drm_device.dma_devThomas Zimmermann3-25/+7
2024-12-05drm: remove driver date from struct drm_driver and all driversJani Nikula2-2/+0
2024-11-15drm/client: Move public client header to clients/ subdirectoryThomas Zimmermann1-1/+1
2024-10-09Merge tag 'drm-misc-next-2024-09-26' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie2-1/+4
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-26drm/udl: Run DRM default client setupThomas Zimmermann2-1/+4
2024-08-16drm: use mem_is_zero() instead of !memchr_inv(s, 0, n)Jani Nikula1-1/+1
2024-06-10drm: add missing MODULE_DESCRIPTION() macrosJeff Johnson1-0/+1
2024-05-13drm/udl: Remove struct udl_connectorThomas Zimmermann2-48/+11
2024-05-13drm/udl: Untangle .get_modes() and .detect_ctx()Thomas Zimmermann5-73/+115
2024-05-13drm/udl: Clean up MakefileThomas Zimmermann1-1/+6
2024-05-13drm/udl: Move drm_dev_{enter, exit}() into udl_get_edid_block()Thomas Zimmermann1-9/+11
2024-05-13drm/udl: Remove DRM_CONNECTOR_POLL_HPDThomas Zimmermann1-2/+1
2024-05-02drm/udl: Use fbdev-shmemThomas Zimmermann1-2/+2
2023-12-06drm/plane-helper: Move drm_plane_helper_atomic_check() into udlThomas Zimmermann1-2/+17
2023-07-29drm/udl: Convert to drm_crtc_helper_atomic_check()Geert Uytterhoeven1-11/+2
2023-05-03drm/udl: delete dead codeDan Carpenter1-1/+1
2023-01-18drm/udl: Remove unnecessary include statements for drm_crtc_helper.hThomas Zimmermann2-2/+1
2022-11-05drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann1-1/+1
2022-10-08drm/atomic-helper: Replace drm_atomic_helper_check_crtc_state()Thomas Zimmermann1-1/+4
2022-10-07drm/udl: Add constants for commandsThomas Zimmermann4-20/+28
2022-10-07drm/udl: Add register constants for framebuffer scanout addressesThomas Zimmermann2-9/+38
2022-10-07drm/udl: Add register constants for video locksThomas Zimmermann2-2/+7
2022-10-07drm/udl: Add register constants for color depthThomas Zimmermann2-1/+4
2022-10-07drm/udl: Add constants for display-mode registersThomas Zimmermann2-70/+47
2022-10-07drm/udl: Move register constants to udl_proto.hThomas Zimmermann3-15/+21
2022-10-07drm/udl: Use damage iteratorThomas Zimmermann1-21/+21
2022-10-07drm/udl: Support DRM hot-unpluggingThomas Zimmermann1-6/+37
2022-10-07drm/udl: Simplify modesetting in CRTC's enable functionThomas Zimmermann2-50/+14
2022-10-07drm/udl: Convert to atomic-modesetting helpersThomas Zimmermann2-54/+112
2022-10-07drm/udl: Remove udl_simple_display_pipe_mode_valid()Thomas Zimmermann1-8/+0
2022-10-07drm/udl: Move connector to modesetting codeThomas Zimmermann5-154/+134
2022-10-07drm/udl: Various improvements to the connectorThomas Zimmermann1-24/+40
2022-10-07drm/udl: Use USB timeout constant when reading EDIDThomas Zimmermann1-1/+1
2022-10-07drm/udl: Test pixel limit in mode-config's mode-valid functionThomas Zimmermann2-14/+14
2022-10-07drm/udl: Rename struct udl_drm_connector to struct udl_connectorThomas Zimmermann2-16/+13
2022-09-10drm/udl: Sync pending URBs at the end of suspendTakashi Iwai4-8/+10
2022-09-10drm/udl: Don't re-initialize stuff at retrying the URB list allocationTakashi Iwai1-4/+3
2022-09-10drm/udl: Fix inconsistent urbs.count value during udl_free_urb_list()Takashi Iwai2-20/+30
2022-09-10drm/udl: Fix potential URB leaksTakashi Iwai2-4/+9
2022-09-10drm/udl: Pass rectangle directly to udl_handle_damage()Takashi Iwai1-11/+8
2022-09-10drm/udl: Drop unneeded alignmentTakashi Iwai2-67/+1
2022-09-10drm/udl: Increase the default URB list size to 20Takashi Iwai1-1/+1
2022-09-10drm/udl: Suppress error print for -EPROTO at URB completionTakashi Iwai1-0/+1
2022-09-10Revert "drm/udl: Kill pending URBs at suspend and disconnect"Takashi Iwai3-26/+3
2022-09-10drm/udl: Enable damage clippingThomas Zimmermann1-0/+1
2022-09-10drm/udl: Add reset_resumeThomas Zimmermann3-1/+13
2022-09-10drm/udl: Restore display mode on resumeTakashi Iwai1-3/+0
2022-08-10drm/udl: Replace BUG_ON() with WARN_ON()Takashi Iwai2-2/+4
2022-08-10drm/udl: Kill pending URBs at suspend and disconnectTakashi Iwai3-3/+26
2022-08-10drm/udl: Sync pending URBs at suspend / disconnectTakashi Iwai3-0/+20
2022-08-10drm/udl: Replace semaphore with a simple wait queueTakashi Iwai2-64/+31
2022-06-20drm: Drop drm_edid.h from drm_crtc.hVille Syrjälä1-0/+1
2022-05-18drm/udl: Set VGA connectorThomas Zimmermann1-1/+1
2022-02-07dma-buf-map: Rename to iosys-mapLucas De Marchi1-1/+2
2021-11-05drm/udl: fix control-message timeoutJohan Hovold1-1/+1
2021-08-12drm/shmem-helper: Switch to vmf_insert_pfnDaniel Vetter1-0/+1
2021-08-08drm/udl: Use offset-adjusted shadow-plane mappingThomas Zimmermann1-2/+2
2021-07-23drm/udl: Use framebuffer dma-buf helpersThomas Zimmermann1-21/+8
2021-03-16Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-21/+13
2021-03-11drm: Use USB controller's DMA mask when importing dmabufsThomas Zimmermann3-0/+28
2021-02-08drm/udl: Move vmap out of commit tailThomas Zimmermann1-21/+13
2020-11-24drm/shmem-helper: Removed drm_gem_shmem_create_object_cached()Thomas Zimmermann1-2/+0
2020-11-13drm/udl: Fix missing error code in udl_handle_damage()Dan Carpenter1-1/+3
2020-11-09drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann1-3/+5
2020-11-09drm/udl: Retrieve USB device from struct drm_device.devThomas Zimmermann4-19/+21
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter1-1/+1
2020-06-10drm/udl: Use GEM vmap/mmap function from SHMEM helpersThomas Zimmermann4-114/+3
2020-06-03drm/udl: Don't call get/put_pages on imported dma-bufDaniel Vetter1-10/+12
2020-05-06drm/udl: Make udl_handle_damage staticZou Wei1-2/+2
2020-04-28drm/udl: don't set drm_device->dev_privateDaniel Vetter3-6/+5
2020-04-28drm/udl: Use devm_drm_dev_allocDaniel Vetter1-19/+7
2020-04-08drm/udl: Remove error check from fbdev setupThomas Zimmermann1-5/+1
2020-03-26drm/udl: drop drm_driver.release hookDaniel Vetter3-18/+1
2020-03-26drm/udl: Drop explicit drm_mode_config_cleanup callDaniel Vetter3-17/+6
2020-03-26drm: Garbage collect drm_dev_finiDaniel Vetter1-1/+0
2020-03-26drm/udl: Use drmm_add_final_kfreeDaniel Vetter1-3/+3
2020-02-10drm/udl: Clear struct drm_connector_funcs.dpmsThomas Zimmermann1-1/+0
2020-01-30drm/udl: Don't set struct drm_crtc_state.no_vblank explicitlyThomas Zimmermann1-11/+0
2020-01-09drm/udl: Make udl driver depend on CONFIG_USBThomas Zimmermann1-2/+1
2019-12-11drm/udl: Remove udl_fb.cThomas Zimmermann2-52/+1
2019-12-11drm/udl: Move udl_handle_damage() into udl_modeset.cThomas Zimmermann3-114/+112
2019-12-11drm/udl: Remove struct udl_device.active_fb_16Thomas Zimmermann4-24/+0
2019-12-11drm/udl: Convert to drm_atomic_helper_dirtyfb()Thomas Zimmermann3-60/+8
2019-12-11drm/udl: Set preferred color depth to 16 bppThomas Zimmermann2-2/+2
2019-12-11drm/udl: Inline DPMS code into CRTC enable and disable functionsThomas Zimmermann2-59/+38
2019-12-11drm/udl: Switch to atomic suspend/resume helpersThomas Zimmermann3-20/+2
2019-12-11drm/udl: Convert to struct drm_simple_display_pipeThomas Zimmermann6-177/+86
2019-12-11drm/udl: Init connector before encoder and CRTCThomas Zimmermann3-9/+18
2019-12-06drm/udl: Remove field lost_pixels from struct udl_deviceThomas Zimmermann4-10/+8
2019-12-06drm/udl: Begin/end access to imported buffers in damage-handlerThomas Zimmermann1-20/+23
2019-12-06drm/udl: Move log-cpp code out of udl_damage_handler()Thomas Zimmermann1-5/+12
2019-12-06drm/udl: Move clip-rectangle code out of udl_handle_damage()Thomas Zimmermann1-16/+32
2019-12-06drm/udl: Vmap framebuffer after all tests succeeded in damage handlingThomas Zimmermann2-13/+7
2019-12-06drm/udl: Don't track number of identical and sent pixels per lineThomas Zimmermann3-10/+3
2019-12-06drm/udl: Remove unused statistics countersThomas Zimmermann2-17/+1
2019-11-26drm/udl: Replace struct udl_framebuffer with generic implementationThomas Zimmermann2-63/+6
2019-11-26drm/udl: Call udl_handle_damage() with DRM framebufferThomas Zimmermann3-26/+26
2019-11-26drm/udl: Store active framebuffer in device structureThomas Zimmermann4-14/+25
2019-11-26drm/udl: Remove udl implementation of GEM's free_object()Thomas Zimmermann1-17/+1
2019-11-26drm/udl: Unmap buffer object after damage updateThomas Zimmermann1-13/+18
2019-11-20drm/udl: Fix Kconfig indentationKrzysztof Kozlowski1-1/+1
2019-11-19drm/udl: Replace fbdev code with generic emulationThomas Zimmermann5-296/+7
2019-11-08drm/udl: Remove struct udl_gem_object and functionsThomas Zimmermann4-490/+1
2019-11-08drm/udl: Switch to SHMEMThomas Zimmermann5-60/+138
2019-11-08drm/udl: Allocate GEM object via struct drm_driver.gem_create_objectThomas Zimmermann3-4/+24
2019-11-08drm/udl: Remove flags field from struct udl_gem_objectThomas Zimmermann3-25/+7
2019-09-16drm/connector: Share with non-atomic drivers the function to get the single e...José Roberto de Souza1-8/+0
2019-07-17drm/udl: drop use of drmP.hSam Ravnborg11-30/+43
2019-06-21drm/prime: Align gem_prime_export with obj_funcs.exportDaniel Vetter2-5/+3
2019-06-21drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 262Thomas Gleixner9-35/+9
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-13/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-04-24drm/udl: move to embedding drm device inside udl device.Dave Airlie4-37/+53
2019-04-24drm/udl: introduce a macro to convert dev to udl.Dave Airlie4-12/+14
2019-04-15BackMerge v5.1-rc5 into drm-nextDave Airlie4-62/+20
2019-04-08drm/udl: add a release method and delay modeset teardownDave Airlie3-1/+9
2019-03-29Merge tag 'drm-misc-next-2019-03-28-1' of git://anongit.freedesktop.org/drm/d...Dave Airlie1-6/+2
2019-03-27drm/udl: Use drm_fb_helper_fill_infoDaniel Vetter1-6/+2
2019-03-25Merge tag 'drm-misc-next-2019-03-21' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter1-0/+1
2019-03-25drm/udl: Refactor edid retrieving in UDL driver (v2)Robert Tarasov1-61/+11
2019-03-18drm/udl: use drm_gem_object_put_unlocked.Dave Airlie1-1/+1
2019-02-21drm/drv: drm_dev_unplug(): Move out drm_dev_put() callNoralf Trønnes1-0/+1
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter3-0/+3
2018-10-23DRM: UDL: get rid of useless vblank initializationEugeniy Paltsev1-6/+1
2018-09-27Merge drm/drm-next into drm-misc-nextSean Paul1-3/+5
2018-09-26drm/udl: Replace drm_dev_unref with drm_dev_putThomas Zimmermann1-1/+1
2018-09-10drm: udl: Destroy framebuffer only if it was initializedEmil Lundmark1-3/+5
2018-07-31Merge branch 'drm-udl-next' of git://people.freedesktop.org/~airlied/linux in...Dave Airlie5-63/+60
2018-07-31udl-kms: dont spam the syslog with debug messagesMikulas Patocka2-4/+4
2018-07-31udl-kms: use spin_lock_irq instead of spin_lock_irqsaveMikulas Patocka2-9/+6
2018-07-31udl-kms: avoid prefetchMikulas Patocka1-7/+0
2018-07-31udl-kms: avoid divisionMikulas Patocka3-26/+30
2018-07-31udl-kms: fix crash due to uninitialized memoryMikulas Patocka1-1/+1
2018-07-31udl-kms: handle allocation failureMikulas Patocka1-10/+18
2018-07-31udl-kms: change down_interruptible to downMikulas Patocka1-6/+1
2018-07-30BackMerge v4.18-rc7 into drm-nextDave Airlie2-5/+11
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-07-05drm/udl: fix display corruption of the last lineMikulas Patocka2-5/+11
2018-06-20dma-buf: remove kmap_atomic interfaceChristian König1-17/+0
2018-06-20dma_buf: remove device parameter from attach callback v2Christian König1-1/+0
2018-05-23gpu: drm: udl: Adding new typedef vm_fault_tSouptick Joarder2-14/+4
2018-04-25drm/udl: fix mode_valid's return typeLuc Van Oostenryck1-1/+1
2018-03-30Merge airlied/drm-next into drm-misc-nextSean Paul1-2/+7
2018-03-28drm/udl: Get rid of dev->struct_mutex usageDaniel Vetter5-5/+11
2018-03-22drm: udl: Properly check framebuffer mmap offsetsGreg Kroah-Hartman1-2/+7
2017-10-24Merge tag 'drm-misc-next-2017-10-20' of git://anongit.freedesktop.org/drm/drm...Dave Airlie4-50/+126
2017-10-16drm/udl: Reading all edid blocks in DRM/UDL driverRobert Tarasov1-38/+68
2017-10-16drm/udl: Fixed problem with UDL adpater reconnectionRobert Tarasov4-26/+72
2017-10-12drm: Pass struct drm_file * to __drm_mode_object_find [v2]Keith Packard1-1/+1
2017-09-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+4
2017-08-18drm: udl: constify usb_device_idArvind Yadav1-1/+1
2017-08-16drm/udl: Use the drm_driver.dumb_destroy defaultNoralf Trønnes1-1/+0
2017-08-11drm/udl: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk2-5/+5
2017-08-11drm: Document device unplug infrastructureDaniel Vetter3-3/+3
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-07-03drm/udl: dma-buf: Constify dma_buf_ops structures.Arvind Yadav1-1/+1
2017-06-26drm/udl: Drop drm_vblank_cleanupDaniel Vetter1-2/+0
2017-06-20drm/udl: Remove dummy busid callbackDaniel Vetter1-6/+0
2017-05-18drm: drop drm_[cm]alloc* helpersMichal Hocko2-2/+2
2017-05-18Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextSean Paul1-1/+1
2017-05-18drm/udl: remove unneeded -Iinclude/drm compiler flagMasahiro Yamada1-3/+0
2017-05-03Merge tag 'drm-for-v4.12' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds3-9/+7
2017-05-02Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+1
2017-04-21linux/kernel.h: Add ALIGN_DOWN macroKrzysztof Kozlowski1-1/+1
2017-04-21Merge tag 'drm-misc-next-fixes-2017-04-20' of git://anongit.freedesktop.org/g...Dave Airlie1-4/+4
2017-04-20dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macroLogan Gunthorpe1-4/+4
2017-04-19Merge tag 'v4.11-rc7' into drm-nextDave Airlie1-1/+2
2017-04-11drm/udl: Fix unaligned memory access in udl_render_hlineJonathan Neuschäfer1-1/+2
2017-03-29drm: Add acquire ctx parameter to ->page_flip(_target)Daniel Vetter1-1/+2
2017-03-14Merge tag 'doc-4.11-images' of git://git.lwn.net/linux into drm-misc-nextDaniel Vetter2-2/+3
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2-2/+3
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
2017-01-10Merge tag 'drm-misc-next-2017-01-09' of git://anongit.freedesktop.org/git/drm...Dave Airlie2-3/+2
2017-01-09drm: Change the return type of the unload hook to voidGabriel Krisman Bertazi2-3/+2
2017-01-09Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm...Dave Airlie1-3/+3
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-12-14mm: use vmf->address instead of of vmf->virtual_addressJan Kara1-3/+2
2016-11-30Merge tag 'drm-qemu-20161121' of git://git.kraxel.org/linux into drm-nextDave Airlie1-5/+11