summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-05drm/doc: render drm.h uapi docsSimon Ser1-0/+3
2021-01-05drm/doc: demote old doc-comments in drm.hSimon Ser1-42/+42
2021-01-05drm/doc: re-format drm.h file commentSimon Ser1-5/+4
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/doc: atomic implicitly enables other capsSimon Ser1-1/+3
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 Ser3-6/+18
2020-12-17drm/doc: the KMS properties section is for user-space devsSimon Ser1-0/+3
2020-12-17drm/doc: move color management functions under CRTC sectionSimon Ser1-6/+9
2020-12-17drm/doc: move damage tracking functions to new sectionSimon Ser1-6/+9
2020-12-17drm/doc: move composition function docs to new sectionSimon Ser1-3/+6
2020-12-17drm/doc: rename FB_DAMAGE_CLIPS sectionSimon Ser1-2/+2
2020-12-17MAINTAINERS: Update addresses for TI display driversTomi Valkeinen1-5/+5
2020-12-16dma-buf: doc polish for pin/unpinDaniel Vetter2-6/+21
2020-12-16dma-buf: begin/end_cpu might lock the dma_resv lockDaniel Vetter1-0/+4
2020-12-16dma-buf: some kerneldoc formatting fixesDaniel Vetter2-16/+21
2020-12-16dma-buf: Remove kmap kerneldoc vestigesDaniel Vetter2-22/+23
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önig6-41/+36
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