index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
drm
Age
Commit message (
Expand
)
Author
Lines
2021-07-27
drm/dsi: Add _NO_ to MIPI_DSI_* flags disabling features
Nicolas Boichat
-4
/
+4
2021-07-26
drm: document drm_property_enum.value for bitfields
Simon Ser
-1
/
+8
2021-07-26
Backmerge tag 'v5.14-rc3' into drm-next
Dave Airlie
-0
/
+1
2021-07-23
drm/gem: Provide drm_gem_fb_{begin,end}_cpu_access() helpers
Thomas Zimmermann
-0
/
+6
2021-07-23
drm/amdgpu: add cyan_skillfish asic type
Tao Zhou
-8
/
+9
2021-07-23
Merge tag 'drm-misc-next-2021-07-22' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
-4
/
+17
2021-07-21
Merge tag 'drm-misc-next-2021-07-16' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
-58
/
+321
2021-07-20
drm: protect drm_master pointers in drm_lease.c
Desmond Cheong Zhi Xi
-0
/
+7
2021-07-20
drm: serialize drm_file.master with a new spinlock
Desmond Cheong Zhi Xi
-3
/
+9
2021-07-20
drm: Return -ENOTTY for non-drm ioctls
Charles Baylis
-0
/
+1
2021-07-20
drm/print: fixup spelling in a comment
Jim Cromie
-1
/
+1
2021-07-13
Merge drm/drm-next into drm-intel-gt-next
Rodrigo Vivi
-0
/
+17
2021-07-13
drm/dp: Move panel DP AUX backlight support to drm_dp_helper
Douglas Anderson
-8
/
+16
2021-07-13
drm/gem: Export implementation of shadow-plane helpers
Thomas Zimmermann
-0
/
+6
2021-07-12
drm: bridge: Mark deprecated operations in drm_bridge_funcs
Sam Ravnborg
-3
/
+23
2021-07-09
drm/panel: add basic DP AUX backlight support
Rajeev Nandan
-4
/
+12
2021-07-05
drm/vram-helper: Unexport drm_vram_helper_{alloc,release}_mm()
Thomas Zimmermann
-4
/
+0
2021-07-05
drm/dbi: Print errors for mipi_dbi_command()
Linus Walleij
-1
/
+6
2021-07-01
drm/aperture: Pass DRM driver structure instead of driver name
Thomas Zimmermann
-5
/
+9
2021-07-01
drm/sched: Allow using a dedicated workqueue for the timeout/fault tdr
Boris Brezillon
-1
/
+22
2021-07-01
drm/sched: Document what the timedout_job method should do
Boris Brezillon
-0
/
+14
2021-06-24
drm/simple-helper: drm_gem_simple_display_pipe_prepare_fb as default
Daniel Vetter
-2
/
+5
2021-06-24
drm/vram-helpers: Create DRM_GEM_VRAM_PLANE_HELPER_FUNCS
Daniel Vetter
-0
/
+12
2021-06-24
drm/atomic-helper: make drm_gem_plane_helper_prepare_fb the default
Daniel Vetter
-2
/
+5
2021-06-23
drm/ttm: add TTM_PL_FLAG_TEMPORARY flag v3
Lang Yu
-2
/
+5
2021-06-23
drm: Mention the power state requirement on side-channel operations
Maxime Ripard
-0
/
+15
2021-06-23
drm/dp_helper: Mention the concurrency requirement hw_mutex
Maxime Ripard
-0
/
+4
2021-06-23
drm/dp_helper: Rework the drm_dp_aux documentation
Maxime Ripard
-33
/
+69
2021-06-15
drm/amd/display: Partition DPCD address space and break up transactions
Wesley Chalmers
-0
/
+17
2021-06-14
Merge tag 'tags/topic/i915-ttm-2021-06-11' into drm-misc-next
Thomas Zimmermann
-1
/
+1
2021-06-11
drm: Introduce the DP AUX bus
Douglas Anderson
-0
/
+57
2021-06-11
drm/vma: Add a driver_private member to vma_node.
Maarten Lankhorst
-1
/
+1
2021-06-10
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
-0
/
+17
2021-06-10
Merge tag 'amd-drm-next-5.14-2021-06-09' of https://gitlab.freedesktop.org/ag...
Dave Airlie
-0
/
+5
2021-06-10
Merge tag 'drm-misc-next-2021-06-09' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
-62
/
+258
2021-06-09
drm/dp: Extract i915's eDP backlight code into DRM helpers
Lyude Paul
-0
/
+48
2021-06-07
drm/ttm: Document and optimize ttm_bo_pipeline_gutting()
Thomas Hellström
-0
/
+13
2021-06-07
drm: Add a prefetching memcpy_from_wc
Thomas Hellström
-0
/
+7
2021-06-07
drm/ttm: Add a generic TTM memcpy move for page-based iomem
Thomas Hellström
-0
/
+168
2021-06-04
drm/amdgpu: add yellow carp asic_type enum
Aaron Liu
-0
/
+1
2021-06-04
drm: fix doc warnings in drm_atomic.h
Yu Kuai
-0
/
+4
2021-06-04
drm/ttm: flip the switch for driver allocated resources v2
Christian König
-28
/
+18
2021-06-04
drm/ttm: flip over the range manager to self allocated nodes
Christian König
-26
/
+46
2021-06-04
drm/ttm: allocate resource object instead of embedding it v2
Christian König
-9
/
+6
2021-06-04
Merge tag 'amd-drm-next-5.14-2021-06-02' of https://gitlab.freedesktop.org/ag...
Dave Airlie
-0
/
+12
2021-06-03
drm/sched: Fix inverted comment for hang_limit
Alyssa Rosenzweig
-1
/
+1
2021-06-02
drm/ttm: rename bo->mem and make it a pointer
Christian König
-4
/
+5
2021-06-01
drm/amd/display: fix gcc set but not used warning of variable 'old_plane_state'
Yu Kuai
-0
/
+12
2021-05-27
drm/dp_mst: Use kHz as link rate units when settig source max link caps at init
Nikola Cornij
-4
/
+4
2021-05-27
drm/fourcc: Remove struct drm_format_buf_name
Thomas Zimmermann
-8
/
+0
[prev]
[next]