index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/edid: fix invalid EDID extension block filtering
Jani Nikula
2022-03-31
1
-3
/
+3
*
drm/vc4: Implement atomic_print_state for HVS channel state
Maxime Ripard
2022-03-31
1
-0
/
+17
*
drm/vc4: Constify private state accessors
Maxime Ripard
2022-03-31
1
-3
/
+4
*
drm/atomic: Add atomic_print_state to private objects
Maxime Ripard
2022-03-31
1
-0
/
+16
*
drm/atomic: Print the state every non-blocking commit
Maxime Ripard
2022-03-31
2
-4
/
+4
*
drm/panel-edp: Fix AUO B133UAN01 panel id
Matthias Kaehlcke
2022-03-30
1
-1
/
+1
*
drm/panel-edp: Add AUO B133UAN01
Matthias Kaehlcke
2022-03-29
1
-0
/
+1
*
drm/edid: split drm_add_edid_modes() to two
Jani Nikula
2022-03-29
1
-18
/
+24
*
drm/edid: add more general struct edid constness in the interfaces
Jani Nikula
2022-03-29
1
-10
/
+11
*
drm/edid: constify struct edid passed around in callbacks and closure
Jani Nikula
2022-03-29
1
-24
/
+24
*
drm/edid: constify struct edid passed to detailed blocks
Jani Nikula
2022-03-29
1
-25
/
+23
*
drm/edid: constify struct detailed_timing in parsing callbacks
Jani Nikula
2022-03-29
1
-19
/
+21
*
drm/edid: constify struct detailed_timing in lower level parsing
Jani Nikula
2022-03-29
1
-20
/
+20
*
drm/edid: use struct detailed_timing member access in gtf2 functions
Jani Nikula
2022-03-29
1
-20
/
+37
*
drm/edid: use struct detailed_timing member access in is_rb()
Jani Nikula
2022-03-29
1
-5
/
+9
*
drm/edid: pass a timing pointer to is_detailed_timing_descriptor()
Jani Nikula
2022-03-29
1
-3
/
+5
*
drm/edid: pass a timing pointer to is_display_descriptor()
Jani Nikula
2022-03-29
1
-11
/
+16
*
drm/edid: fix reduced blanking support check
Jani Nikula
2022-03-29
1
-1
/
+1
*
drm/edid: don't modify EDID while parsing
Jani Nikula
2022-03-29
1
-9
/
+9
*
tilcdc: tilcdc_external: fix an incorrect NULL check on list iterator
Xiaomeng Tong
2022-03-29
1
-3
/
+5
*
gma500: fix an incorrect NULL check on list iterator
Xiaomeng Tong
2022-03-29
1
-3
/
+4
*
drm/amdgpu: drop amdgpu_gtt_node
Christian König
2022-03-29
1
-31
/
+18
*
drm/ttm: rework bulk move handling v5
Christian König
2022-03-29
6
-100
/
+129
*
drm/ttm: de-inline ttm_bo_pin/unpin
Christian König
2022-03-29
1
-0
/
+32
*
drm/nouveau/kms/nv50-: atom: fix an incorrect NULL check on list iterator
Xiaomeng Tong
2022-03-28
2
-8
/
+25
*
drm/ttm: allow bulk moves for all domains
Christian König
2022-03-28
1
-37
/
+15
*
drm/ttm: add resource iterator v4
Christian König
2022-03-28
3
-38
/
+76
*
drm/ttm: move the LRU into resource handling v4
Christian König
2022-03-28
6
-153
/
+163
*
drm/bridge: anx7625: Set downstream sink into normal status
Xin Ji
2022-03-28
1
-0
/
+8
*
drm: omapdrm: Do no allocate non-scanout GEMs through DMM/TILER
Ivaylo Dimitrov
2022-03-28
1
-4
/
+8
*
drm: omapdrm: Support exporting of non-contiguous GEM BOs
Ivaylo Dimitrov
2022-03-28
3
-60
/
+73
*
drm: omapdrm: simplify omap_gem_pin
Ivaylo Dimitrov
2022-03-28
1
-33
/
+42
*
drm/qxl: fix qxl can't use in arm64
Cong Liu
2022-03-25
2
-4
/
+4
*
drm/virtio: Remove restriction of non-zero blob_flags
Rob Clark
2022-03-25
1
-2
/
+1
*
drm/virtio: fix NULL pointer dereference in virtio_gpu_conn_get_modes
Liu Zixian
2022-03-25
1
-0
/
+2
*
drm/vc4: hdmi: Support HDMI YUV output
Maxime Ripard
2022-03-24
4
-16
/
+311
*
drm/vc4: hdmi: Always try to have the highest bpc
Maxime Ripard
2022-03-24
2
-5
/
+43
*
drm/vc4: hdmi: Take bpp into account for the scrambler
Maxime Ripard
2022-03-24
2
-4
/
+17
*
drm/vc4: hdmi: Take the sink maximum TMDS clock into account
Maxime Ripard
2022-03-24
1
-0
/
+6
*
drm/vc4: hdmi: Move clock calculation into its own function
Maxime Ripard
2022-03-24
1
-15
/
+37
*
drm/vc4: hdmi: Move clock validation to its own function
Maxime Ripard
2022-03-24
1
-11
/
+15
*
drm/vc4: hdmi: Rename pixel_rate variable
Maxime Ripard
2022-03-24
3
-22
/
+22
*
drm/bridge: it6505: Fix build error
YueHaibing
2022-03-24
1
-0
/
+1
*
dma-buf: finally make the dma_resv_list private v2
Christian König
2022-03-24
1
-0
/
+11
*
dma-buf: add dma_resv_replace_fences v2
Christian König
2022-03-24
2
-42
/
+52
*
RDMA: use dma_resv_wait() instead of extracting the fence
Christian König
2022-03-24
1
-6
/
+2
*
drm/etnaviv: stop using dma_resv_excl_fence v2
Christian König
2022-03-24
3
-29
/
+14
*
drm: bridge: it66121: Add audio support
Nicolas Belin
2022-03-24
1
-0
/
+627
*
drm: bridge: it66121: Fix the register page length
Nicolas Belin
2022-03-24
1
-1
/
+1
*
drm/gma500: Add crtc prefix to vblank functions
Patrik Jakobsson
2022-03-23
3
-9
/
+9
[next]