summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-01-06drm/radeon: Fix trailing whitespacesThomas Zimmermann2-2/+2
2021-01-06drm/qxl: Remove references to struct drm_device.pdevThomas Zimmermann4-4/+5
2021-01-06drm/mgag200: Remove references to struct drm_device.pdevThomas Zimmermann3-14/+18
2021-01-06drm/gma500: Remove references to struct drm_device.pdevThomas Zimmermann23-82/+101
2021-01-06drm/gma500: Fix trailing whitespacesThomas Zimmermann4-8/+8
2021-01-06drm/cirrus: Remove references to struct drm_device.pdevThomas Zimmermann1-1/+0
2021-01-06drm/bochs: Remove references to struct drm_device.pdevThomas Zimmermann2-3/+2
2021-01-06drm/ast: Remove references to struct drm_device.pdevThomas Zimmermann5-27/+32
2021-01-04drm: warn if cursor plane is set with legacy funcsSimon Ser1-0/+10
2020-12-30drm/panel: s6e63m0: Support max-brightnessLinus Walleij1-4/+13
2020-12-30drm/tve200: remove unused including <linux/version.h>Tian Tao2-2/+0
2020-12-23drm/hisilicon: Remove drm_dev_put in hibmcTian Tao1-5/+3
2020-12-22drm/hisilicon: Use pcim_enable_device()Tian Tao1-4/+2
2020-12-22drm/virtio: align blob resources to page sizesChia-I Wu1-0/+2
2020-12-22drm/qxl: use flexible-array member instead of zero-length arrayTian Tao1-8/+8
2020-12-22drivers: gpu: drm: virtio: fix dependency of DRM_VIRTIO_GPU on VIRTIOEnrico Weigelt, metux IT consult1-1/+2
2020-12-22drm/fb-helper: Add a FIXME that generic_setup is very confusingDaniel Vetter1-0/+5
2020-12-17drm: require each CRTC to have a unique primary planeSimon Ser2-0/+26
2020-12-17drm/doc: fix reference to drm_format_modifier_blobSimon Ser1-3/+3
2020-12-17drm/doc: introduce new section for standard plane propertiesSimon Ser2-6/+12
2020-12-16dma-buf: doc polish for pin/unpinDaniel Vetter1-3/+16
2020-12-16dma-buf: begin/end_cpu might lock the dma_resv lockDaniel Vetter1-0/+4
2020-12-16dma-buf: some kerneldoc formatting fixesDaniel Vetter1-13/+18
2020-12-16dma-buf: Remove kmap kerneldoc vestigesDaniel Vetter1-6/+14
2020-12-16drm/vc4: hdmi: Enable 10/12 bpc outputMaxime Ripard3-1/+79
2020-12-16drm/vc4: hdmi: Limit the BCM2711 to the max without scramblingMaxime Ripard1-2/+4
2020-12-16drm/vc4: hdmi: Use the connector state pixel rate for the PHYMaxime Ripard3-10/+11
2020-12-16drm/vc4: hdmi: Store pixel frequency in the connector stateMaxime Ripard2-1/+26
2020-12-16drm/vc4: hdmi: Create a custom connector stateMaxime Ripard2-3/+40
2020-12-16drm/vc4: hdmi: Don't access the connector state in reset if kmalloc failsMaxime Ripard1-1/+3
2020-12-16drm/vc4: hdmi: Take into account the clock doubling flag in atomic_checkMaxime Ripard1-0/+3
2020-12-16drm/vc4: Pass the atomic state to encoder hooksMaxime Ripard3-18/+25
2020-12-16drm/vc4: hvs: Align the HVS atomic hooks to the new APIMaxime Ripard4-24/+19
2020-12-16drm/hisilicon: Fix rmmod hibmc_drm failedTian Tao1-1/+5
2020-12-15drm/ttm: cleanup LRU handling furtherChristian König4-39/+31
2020-12-15drm/ttm: use pin_count more extensivelyChristian König1-2/+1
2020-12-15drm: require a non_NULL drm_crtc.primarySimon Ser2-1/+4
2020-12-15drm: validate possible_crtcs for primary and cursor planesSimon Ser1-0/+16
2020-12-15drm: rework description of primary and cursor planesSimon Ser2-7/+12
2020-12-15drm/omap: Delete useless kfree codeZheng Yongjun1-1/+0
2020-12-15drm/omap: dsi: allow DSI commands to be sent earlyTomi Valkeinen2-5/+48
2020-12-15drm/omap: dsi: fix DCS_CMD_ENABLETomi Valkeinen1-1/+2
2020-12-15drm/omap: dsi: remove ulps supportTomi Valkeinen2-293/+8
2020-12-15drm/omap: dsi: fix and cleanup ddr_clk_always_onTomi Valkeinen2-9/+5
2020-12-15drm/omap: dsi: split video mode enable/disable into separate funcTomi Valkeinen1-44/+57
2020-12-15drm/omap: dsi: cleanup initial vc setupTomi Valkeinen1-54/+31
2020-12-15drm/omap: dsi: rename dsi_display_* functionsTomi Valkeinen1-18/+18
2020-12-15drm/omap: dsi: display_disable cleanupTomi Valkeinen1-16/+3
2020-12-15drm/omap: dsi: display_enable cleanupTomi Valkeinen1-13/+3
2020-12-15drm/omap: dsi: move enable/disable to bridge enable/disableTomi Valkeinen1-33/+22