index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/vboxvideo: Remove references to struct drm_device.pdev
Thomas Zimmermann
2021-01-06
4
-11
/
+19
*
drm/radeon: Remove references to struct drm_device.pdev
Thomas Zimmermann
2021-01-06
17
-139
/
+142
*
drm/radeon: Fix trailing whitespaces
Thomas Zimmermann
2021-01-06
2
-2
/
+2
*
drm/qxl: Remove references to struct drm_device.pdev
Thomas Zimmermann
2021-01-06
4
-4
/
+5
*
drm/mgag200: Remove references to struct drm_device.pdev
Thomas Zimmermann
2021-01-06
3
-14
/
+18
*
drm/gma500: Remove references to struct drm_device.pdev
Thomas Zimmermann
2021-01-06
23
-82
/
+101
*
drm/gma500: Fix trailing whitespaces
Thomas Zimmermann
2021-01-06
4
-8
/
+8
*
drm/cirrus: Remove references to struct drm_device.pdev
Thomas Zimmermann
2021-01-06
1
-1
/
+0
*
drm/bochs: Remove references to struct drm_device.pdev
Thomas Zimmermann
2021-01-06
2
-3
/
+2
*
drm/ast: Remove references to struct drm_device.pdev
Thomas Zimmermann
2021-01-06
5
-27
/
+32
*
drm/doc: render drm.h uapi docs
Simon Ser
2021-01-05
1
-0
/
+3
*
drm/doc: demote old doc-comments in drm.h
Simon Ser
2021-01-05
1
-42
/
+42
*
drm/doc: re-format drm.h file comment
Simon Ser
2021-01-05
1
-5
/
+4
*
drm: warn if cursor plane is set with legacy funcs
Simon Ser
2021-01-04
1
-0
/
+10
*
drm/panel: s6e63m0: Support max-brightness
Linus Walleij
2020-12-30
1
-4
/
+13
*
drm/tve200: remove unused including <linux/version.h>
Tian Tao
2020-12-30
2
-2
/
+0
*
drm/hisilicon: Remove drm_dev_put in hibmc
Tian Tao
2020-12-23
1
-5
/
+3
*
drm/hisilicon: Use pcim_enable_device()
Tian Tao
2020-12-23
1
-4
/
+2
*
drm/virtio: align blob resources to page sizes
Chia-I Wu
2020-12-22
1
-0
/
+2
*
drm/qxl: use flexible-array member instead of zero-length array
Tian Tao
2020-12-22
1
-8
/
+8
*
drivers: gpu: drm: virtio: fix dependency of DRM_VIRTIO_GPU on VIRTIO
Enrico Weigelt, metux IT consult
2020-12-22
1
-1
/
+2
*
drm/fb-helper: Add a FIXME that generic_setup is very confusing
Daniel Vetter
2020-12-22
1
-0
/
+5
*
drm/doc: atomic implicitly enables other caps
Simon Ser
2020-12-17
1
-1
/
+3
*
drm: require each CRTC to have a unique primary plane
Simon Ser
2020-12-17
2
-0
/
+26
*
drm/doc: fix reference to drm_format_modifier_blob
Simon Ser
2020-12-17
1
-3
/
+3
*
drm/doc: introduce new section for standard plane properties
Simon Ser
2020-12-17
3
-6
/
+18
*
drm/doc: the KMS properties section is for user-space devs
Simon Ser
2020-12-17
1
-0
/
+3
*
drm/doc: move color management functions under CRTC section
Simon Ser
2020-12-17
1
-6
/
+9
*
drm/doc: move damage tracking functions to new section
Simon Ser
2020-12-17
1
-6
/
+9
*
drm/doc: move composition function docs to new section
Simon Ser
2020-12-17
1
-3
/
+6
*
drm/doc: rename FB_DAMAGE_CLIPS section
Simon Ser
2020-12-17
1
-2
/
+2
*
MAINTAINERS: Update addresses for TI display drivers
Tomi Valkeinen
2020-12-17
1
-5
/
+5
*
dma-buf: doc polish for pin/unpin
Daniel Vetter
2020-12-16
2
-6
/
+21
*
dma-buf: begin/end_cpu might lock the dma_resv lock
Daniel Vetter
2020-12-16
1
-0
/
+4
*
dma-buf: some kerneldoc formatting fixes
Daniel Vetter
2020-12-16
2
-16
/
+21
*
dma-buf: Remove kmap kerneldoc vestiges
Daniel Vetter
2020-12-16
2
-22
/
+23
*
drm/vc4: hdmi: Enable 10/12 bpc output
Maxime Ripard
2020-12-16
3
-1
/
+79
*
drm/vc4: hdmi: Limit the BCM2711 to the max without scrambling
Maxime Ripard
2020-12-16
1
-2
/
+4
*
drm/vc4: hdmi: Use the connector state pixel rate for the PHY
Maxime Ripard
2020-12-16
3
-10
/
+11
*
drm/vc4: hdmi: Store pixel frequency in the connector state
Maxime Ripard
2020-12-16
2
-1
/
+26
*
drm/vc4: hdmi: Create a custom connector state
Maxime Ripard
2020-12-16
2
-3
/
+40
*
drm/vc4: hdmi: Don't access the connector state in reset if kmalloc fails
Maxime Ripard
2020-12-16
1
-1
/
+3
*
drm/vc4: hdmi: Take into account the clock doubling flag in atomic_check
Maxime Ripard
2020-12-16
1
-0
/
+3
*
drm/vc4: Pass the atomic state to encoder hooks
Maxime Ripard
2020-12-16
3
-18
/
+25
*
drm/vc4: hvs: Align the HVS atomic hooks to the new API
Maxime Ripard
2020-12-16
4
-24
/
+19
*
drm/hisilicon: Fix rmmod hibmc_drm failed
Tian Tao
2020-12-16
1
-1
/
+5
*
drm/ttm: cleanup LRU handling further
Christian König
2020-12-15
6
-41
/
+36
*
drm/ttm: use pin_count more extensively
Christian König
2020-12-15
1
-2
/
+1
*
drm: require a non_NULL drm_crtc.primary
Simon Ser
2020-12-15
2
-1
/
+4
*
drm: validate possible_crtcs for primary and cursor planes
Simon Ser
2020-12-15
1
-0
/
+16
[next]