summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm/vblank: Document and fix vblank count barrier semanticsDaniel Vetter2019-09-032-6/+54
* drm/komeda: Add ACLK rate to sysfsMihail Atanassov2019-09-031-0/+10
* drm: Add high-precision time to vblank trace eventHeinrich Fink2019-09-032-5/+12
* drm/sti: Include the right headerLinus Walleij2019-09-021-1/+1
* drm: sti: use cec_notifier_conn_(un)registerDariusz Marcinkiewicz2019-09-021-7/+12
* drm: dw-hdmi-i2s: enable audio clock in audio_startupCheng-Yi Chiang2019-09-021-0/+9
* drm: mst: Fix query_payload ack reply structSean Paul2019-08-291-1/+1
* drm/ingenic: Hardcode panel type to DPILaurent Pinchart2019-08-291-3/+2
* drm/msm: Use drm_attach_bridge() to attach a bridge to an encoderBoris Brezillon2019-08-282-2/+6
* drm: Stop including drm_bridge.h from drm_crtc.hBoris Brezillon2019-08-2852-1/+52
* drm/meson: add resume/suspend hooksNeil Armstrong2019-08-281-0/+32
* drm/meson: dw_hdmi: add resume/suspend hooksNeil Armstrong2019-08-281-34/+76
* drm/virtio: module_param_named() requires linux/moduleparam.hStephen Rothwell2019-08-281-0/+2
* drm/virtio: notify virtqueues without holding spinlockGerd Hoffmann2019-08-281-6/+19
* drm/virtio: cleanup queue functionsGerd Hoffmann2019-08-281-27/+14
* drm/virtio: add plane checkGerd Hoffmann2019-08-281-1/+16
* drm/vc4/vc4_hdmi: fill in connector infoDariusz Marcinkiewicz2019-08-271-4/+9
* drm/i915/intel_hdmi: use cec_notifier_conn_(un)registerDariusz Marcinkiewicz2019-08-271-4/+9
* drm_dp_cec: add connector info support.Dariusz Marcinkiewicz2019-08-275-24/+27
* drm/virtio: make resource id workaround runtime switchable.Gerd Hoffmann2019-08-271-20/+24
* drm/mcde: Fix an error handling path in 'mcde_probe()'Christophe JAILLET2019-08-261-1/+2
* drm/mipi-dbi: fix a loop in debugfs codeDan Carpenter2019-08-261-2/+1
* drm/panel: Initialise panel dev and funcs through drm_panel_init()Laurent Pinchart2019-08-2441-121/+53
* drm/panel: Add missing drm_panel_init() in panel driversLaurent Pinchart2019-08-242-0/+2
* drm/panfrost: Add errata descriptions from kbaseAlyssa Rosenzweig2019-08-231-0/+81
* drm/panfrost: Use mutex_trylock in panfrost_gem_purgeRob Herring2019-08-231-4/+7
* drm/shmem: Use mutex_trylock in drm_gem_shmem_purgeRob Herring2019-08-232-3/+6
* drm/shmem: Do dma_unmap_sg before purging pagesRob Herring2019-08-231-0/+6
* drm/panfrost: Fix possible suspend in panfrost_removeRob Herring2019-08-231-2/+4
* MAINTAINERS: Add Steven and Alyssa as panfrost reviewersRob Herring2019-08-231-0/+2
* drm/panfrost: Add missing check for pfdev->regulatorSteven Price2019-08-231-2/+4
* drm/i915: switch to drm_fb_helper_remove_conflicting_pci_framebuffersGerd Hoffmann2019-08-231-39/+2
* drm: drop resource_id parameter from drm_fb_helper_remove_conflicting_pci_fra...Gerd Hoffmann2019-08-238-10/+7
* fbdev: drop res_id parameter from remove_conflicting_pci_framebuffersGerd Hoffmann2019-08-233-14/+7
* omapdrm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-231-9/+2
* drm/omap: Add 'alpha' and 'pixel blend mode' plane propertiesJean-Jacques Hiblot2019-08-231-1/+8
* drm/panfrost: Fix sleeping while atomic in panfrost_gem_openRob Herring2019-08-221-4/+6
* drm: meson: use match data to detect vpu compatibilityJulien Masson2019-08-2211-62/+77
* drm: fix module name in edid_firmware log messageJani Nikula2019-08-221-1/+1
* drm: kirin: Move ade drm init to kirin drm drvXu YiPing2019-08-213-142/+129
* drm: kirin: Pass driver data to crtc init and plane initXu YiPing2019-08-211-10/+13
* drm: kirin: Add alloc_hw_ctx/clean_hw_ctx ops in driver dataXu YiPing2019-08-212-1/+13
* drm: kirin: Make driver_data variable non-globalXu YiPing2019-08-211-19/+24
* drm: kirin: Fix dev->driver_data settingXu YiPing2019-08-212-3/+1
* drm: kirin: Rename plane_init and crtc_initXu YiPing2019-08-211-7/+10
* drm: kirin: Add register connect helper functions in drm initXu YiPing2019-08-213-0/+45
* drm: kirin: Move drm driver to driver dataXu YiPing2019-08-213-34/+26
* drm: kirin: Move config max_width and max_height to driver dataXu YiPing2019-08-213-12/+9
* drm: kirin: Move plane number and primay plane in driver dataXu YiPing2019-08-212-8/+15
* drm: kirin: Move mode config function to driver_dataXu YiPing2019-08-213-8/+12