summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* drm: Add support for extracting sync signal drive edge from videomodePeter Ujfalusi2018-07-101-4/+11
* drm/panel: simple: Add support for BOE HV070WSA-100 panel to simple-panelAndrzej Hajda2018-07-101-0/+25
* drm/vc4: Support the case where the DSI device is disabledBoris Brezillon2018-07-101-2/+13
* drm/of: Make drm_of_find_panel_or_bridge() fail when the device is disabledBoris Brezillon2018-07-101-0/+5
* drm/panel: Let of_drm_find_panel() return -ENODEV when the panel is disabledBoris Brezillon2018-07-101-2/+7
* drm/panel: Make of_drm_find_panel() return an ERR_PTR() instead of NULLBoris Brezillon2018-07-1017-24/+42
* drm/panel: simple: Add DLC DLC0700YZG-1 panelPhilipp Zabel2018-07-101-0/+32
* drm/panel: Add support for the EDT ETM0700G0EDH6Jan Tuerk2018-07-101-0/+3
* drm/panel: Add support for the EDT ETM0700G0BDH6Jan Tuerk2018-07-101-0/+15
* drm/panel: simple: Add support for Rocktech RK070ER9427 LCD panelJagan Teki2018-07-101-0/+33
* drm/cma-helper: Remove drm_fb_cma_fbdev_init_with_funcs()Noralf Trønnes2018-07-101-21/+0
* drm/tinydrm: Use drm_fbdev_generic_setup()Noralf Trønnes2018-07-106-7/+1
* drm/fb-helper: Finish the generic fbdev emulationNoralf Trønnes2018-07-101-0/+117
* drm/debugfs: Add internal client debugfs fileNoralf Trønnes2018-07-102-0/+35
* drm/cma-helper: Use the generic fbdev emulationNoralf Trønnes2018-07-101-307/+31
* drm/pl111: Set .gem_prime_vmap and .gem_prime_mmapNoralf Trønnes2018-07-101-0/+2
* drm/fb-helper: Add generic fbdev emulation .fb_probe functionNoralf Trønnes2018-07-101-1/+198
* drm: Begin an API for in-kernel clientsNoralf Trønnes2018-07-105-1/+402
* drm: vkms: select DRM_KMS_HELPERArnd Bergmann2018-07-091-0/+1
* drm/vc4: Add support for the transposer blockBoris Brezillon2018-07-076-24/+601
* drm/vc4: Call drm_atomic_helper_fake_vblank() in the commit pathBoris Brezillon2018-07-071-0/+2
* drm/atomic: Call fake_vblank() from the generic commit_tail() helpersBoris Brezillon2018-07-071-0/+4
* drm/crtc: Add a generic infrastructure to fake VBLANK eventsBoris Brezillon2018-07-071-0/+39
* drm/vc4: Use wait_for_flip_done() instead of wait_for_vblanks()Boris Brezillon2018-07-071-10/+1
* drm/connector: Make ->atomic_commit() optionalBoris Brezillon2018-07-071-0/+2
* drm/connector: Pass a drm_connector_state to ->atomic_commit()Boris Brezillon2018-07-071-1/+1
* drm/atomic: Avoid connector to writeback_connector castsBoris Brezillon2018-07-071-1/+3
* drm/writeback: Fix the "overview" section of the docBoris Brezillon2018-07-071-4/+7
* Merge drm-upstream/drm-next into drm-misc-nextGustavo Padovan2018-07-06158-666/+2091
|\
| * Merge commit 'refs/for-upstream/mali-dp' of git://linux-arm.org/linux-ld into...Dave Airlie2018-07-0610-72/+771
| |\
| | * drm/arm/malidp: Added the late system pm functionsAyan Kumar Halder2018-07-051-0/+17
| | * drm/arm/malidp: Set the output_depth register in modesetAyan Kumar Halder2018-07-053-0/+6
| | * drm/arm/malidp: Enable/disable interrupts in runtime pmAyan Kumar Halder2018-07-051-0/+4
| | * drm/arm/malidp: Split malidp interrupt initialization functions.Ayan Kumar Halder2018-07-052-9/+31
| | * drm/arm/malidp: Modified the prototype of malidp irq de-initializersAyan Kumar Halder2018-07-053-15/+12
| | * drm: mali-dp: Add debugfs file for reporting internal errorsAlexandru Gheorghe2018-07-055-7/+169
| | * drm/mali-dp: Improve writeback handling for DP500.Liviu Dudau2018-07-053-17/+36
| | * drm: mali-dp: Add writeback connectorBrian Starkey2018-07-058-5/+301
| | * drm/mali-dp: Add RGB writeback formats for DP500.Liviu Dudau2018-07-051-5/+5
| | * drm/mali-dp: Add writeback support for DP500.Liviu Dudau2018-07-055-9/+101
| | * drm: mali-dp: Add RGB writeback formats for DP550/DP650Brian Starkey2018-07-052-11/+12
| | * drm: mali-dp: Add support for writeback on DP550/DP650Liviu Dudau2018-07-053-2/+85
| * | Merge tag 'drm-misc-next-2018-07-04' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-07-06106-354/+636
| |\ \
| * \ \ Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux int...Dave Airlie2018-07-061-1/+1
| |\ \ \
| | * | | drm: Change deadlock-avoidance algorithm for the modeset locks.Thomas Hellstrom2018-07-031-1/+1
| | * | | locking: Implement an algorithm choice for Wound-Wait mutexesThomas Hellstrom2018-07-032-2/+2
| * | | | Merge tag 'omapdrm-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tom...Dave Airlie2018-07-0619-176/+237
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | drm/omap: gem: Switch to gem_free_object_unlocked()Daniel Vetter2018-06-281-1/+1
| | * | | drm/omap: gem: Fix mm_list lockingDaniel Vetter2018-06-284-8/+13
| | * | | drm/omap: gem: Replace struct_mutex usage with omap_obj private lockLaurent Pinchart2018-06-283-56/+86