summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm/vboxvideo: Remove references to struct drm_device.pdevThomas Zimmermann2021-01-064-11/+19
* drm/radeon: Remove references to struct drm_device.pdevThomas Zimmermann2021-01-0617-139/+142
* drm/radeon: Fix trailing whitespacesThomas Zimmermann2021-01-062-2/+2
* drm/qxl: Remove references to struct drm_device.pdevThomas Zimmermann2021-01-064-4/+5
* drm/mgag200: Remove references to struct drm_device.pdevThomas Zimmermann2021-01-063-14/+18
* drm/gma500: Remove references to struct drm_device.pdevThomas Zimmermann2021-01-0623-82/+101
* drm/gma500: Fix trailing whitespacesThomas Zimmermann2021-01-064-8/+8
* drm/cirrus: Remove references to struct drm_device.pdevThomas Zimmermann2021-01-061-1/+0
* drm/bochs: Remove references to struct drm_device.pdevThomas Zimmermann2021-01-062-3/+2
* drm/ast: Remove references to struct drm_device.pdevThomas Zimmermann2021-01-065-27/+32
* drm/doc: render drm.h uapi docsSimon Ser2021-01-051-0/+3
* drm/doc: demote old doc-comments in drm.hSimon Ser2021-01-051-42/+42
* drm/doc: re-format drm.h file commentSimon Ser2021-01-051-5/+4
* drm: warn if cursor plane is set with legacy funcsSimon Ser2021-01-041-0/+10
* drm/panel: s6e63m0: Support max-brightnessLinus Walleij2020-12-301-4/+13
* drm/tve200: remove unused including <linux/version.h>Tian Tao2020-12-302-2/+0
* drm/hisilicon: Remove drm_dev_put in hibmcTian Tao2020-12-231-5/+3
* drm/hisilicon: Use pcim_enable_device()Tian Tao2020-12-231-4/+2
* drm/virtio: align blob resources to page sizesChia-I Wu2020-12-221-0/+2
* drm/qxl: use flexible-array member instead of zero-length arrayTian Tao2020-12-221-8/+8
* drivers: gpu: drm: virtio: fix dependency of DRM_VIRTIO_GPU on VIRTIOEnrico Weigelt, metux IT consult2020-12-221-1/+2
* drm/fb-helper: Add a FIXME that generic_setup is very confusingDaniel Vetter2020-12-221-0/+5
* drm/doc: atomic implicitly enables other capsSimon Ser2020-12-171-1/+3
* drm: require each CRTC to have a unique primary planeSimon Ser2020-12-172-0/+26
* drm/doc: fix reference to drm_format_modifier_blobSimon Ser2020-12-171-3/+3
* drm/doc: introduce new section for standard plane propertiesSimon Ser2020-12-173-6/+18
* drm/doc: the KMS properties section is for user-space devsSimon Ser2020-12-171-0/+3
* drm/doc: move color management functions under CRTC sectionSimon Ser2020-12-171-6/+9
* drm/doc: move damage tracking functions to new sectionSimon Ser2020-12-171-6/+9
* drm/doc: move composition function docs to new sectionSimon Ser2020-12-171-3/+6
* drm/doc: rename FB_DAMAGE_CLIPS sectionSimon Ser2020-12-171-2/+2
* MAINTAINERS: Update addresses for TI display driversTomi Valkeinen2020-12-171-5/+5
* dma-buf: doc polish for pin/unpinDaniel Vetter2020-12-162-6/+21
* dma-buf: begin/end_cpu might lock the dma_resv lockDaniel Vetter2020-12-161-0/+4
* dma-buf: some kerneldoc formatting fixesDaniel Vetter2020-12-162-16/+21
* dma-buf: Remove kmap kerneldoc vestigesDaniel Vetter2020-12-162-22/+23
* drm/vc4: hdmi: Enable 10/12 bpc outputMaxime Ripard2020-12-163-1/+79
* drm/vc4: hdmi: Limit the BCM2711 to the max without scramblingMaxime Ripard2020-12-161-2/+4
* drm/vc4: hdmi: Use the connector state pixel rate for the PHYMaxime Ripard2020-12-163-10/+11
* drm/vc4: hdmi: Store pixel frequency in the connector stateMaxime Ripard2020-12-162-1/+26
* drm/vc4: hdmi: Create a custom connector stateMaxime Ripard2020-12-162-3/+40
* drm/vc4: hdmi: Don't access the connector state in reset if kmalloc failsMaxime Ripard2020-12-161-1/+3
* drm/vc4: hdmi: Take into account the clock doubling flag in atomic_checkMaxime Ripard2020-12-161-0/+3
* drm/vc4: Pass the atomic state to encoder hooksMaxime Ripard2020-12-163-18/+25
* drm/vc4: hvs: Align the HVS atomic hooks to the new APIMaxime Ripard2020-12-164-24/+19
* drm/hisilicon: Fix rmmod hibmc_drm failedTian Tao2020-12-161-1/+5
* drm/ttm: cleanup LRU handling furtherChristian König2020-12-156-41/+36
* drm/ttm: use pin_count more extensivelyChristian König2020-12-151-2/+1
* drm: require a non_NULL drm_crtc.primarySimon Ser2020-12-152-1/+4
* drm: validate possible_crtcs for primary and cursor planesSimon Ser2020-12-151-0/+16