index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
drm
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-06
drm/i915: Use fixed-sized types for stolen
Chris Wilson
1
-2
/
+4
2017-01-04
drm/i915: more .is_mobile cleanups for BDW
Paulo Zanoni
1
-6
/
+3
2017-01-04
drm/i915: fix INTEL_BDW_IDS definition
Paulo Zanoni
1
-2
/
+0
2017-01-04
Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm...
Daniel Vetter
15
-145
/
+340
2017-01-04
Merge tag 'v4.10-rc2' into drm-intel-next-queued
Daniel Vetter
3
-3
/
+38
2017-01-03
drm/i915: Update SKL SRV GT4 pci ids reference.
Rodrigo Vivi
1
-3
/
+3
2016-12-28
drm: Use drm_mm_insert_node_in_range_generic() for everyone
Chris Wilson
1
-34
/
+56
2016-12-28
drm: Wrap drm_mm_node.hole_follows
Chris Wilson
1
-3
/
+19
2016-12-28
drm: Apply tight eviction scanning to color_adjust
Chris Wilson
1
-0
/
+1
2016-12-28
drm: Simplify drm_mm scan-list manipulation
Chris Wilson
1
-6
/
+1
2016-12-28
drm: Optimise power-of-two alignments in drm_mm_scan_add_block()
Chris Wilson
1
-0
/
+1
2016-12-28
drm: Compute tight evictions for drm_mm_scan
Chris Wilson
1
-10
/
+12
2016-12-28
drm: Unconditionally do the range check in drm_mm_scan_add_block()
Chris Wilson
1
-6
/
+27
2016-12-27
drm: Extract struct drm_mm_scan from struct drm_mm
Chris Wilson
1
-15
/
+28
2016-12-27
drm: Simplify drm_mm_clean()
Chris Wilson
1
-1
/
+13
2016-12-27
drm: Fix kerneldoc for drm_mm_scan_remove_block()
Chris Wilson
1
-6
/
+13
2016-12-27
drm: Promote drm_mm alignment to u64
Chris Wilson
1
-8
/
+8
2016-12-27
drm: Compile time enabling for asserts in drm_mm
Chris Wilson
1
-1
/
+7
2016-12-27
drm: Use drm_mm_nodes() as shorthand for the list of nodes under struct drm_mm
Chris Wilson
1
-3
/
+15
2016-12-27
drm: Wrap the check for atomic_commit implementation
Dhinakaran Pandiyan
2
-1
/
+13
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-12-19
drm/atomic: Remove drm_atomic_helper_framebuffer_changed.
Maarten Lankhorst
1
-3
/
+0
2016-12-19
drm/atomic: Clean up wait_for_vblanks, v2.
Maarten Lankhorst
2
-5
/
+1
2016-12-18
drm: Fix spelling of clock in drm_connector.h
Peter Meerwald-Stadler
1
-1
/
+1
2016-12-18
drm: Tighten locking in drm_mode_getconnector
Daniel Vetter
1
-4
/
+19
2016-12-18
drm: prevent double-(un)registration for connectors
Daniel Vetter
1
-1
/
+15
2016-12-18
drm: locking&new iterators for connector_list
Daniel Vetter
2
-2
/
+48
2016-12-18
drm: Move atomic debugfs functions into drm_crtc_internal.h
Daniel Vetter
1
-6
/
+0
2016-12-18
drm: bridge: Detach bridge from encoder at encoder cleanup time
Laurent Pinchart
2
-3
/
+0
2016-12-18
drm: bridge: Link encoder and bridge in core code
Laurent Pinchart
1
-1
/
+2
2016-12-18
drm: Fix compilation warning caused by static inline forward declaration
Laurent Pinchart
1
-3
/
+1
2016-12-18
drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h>
Laurent Pinchart
4
-3
/
+5
2016-12-16
drm: Constify the drm_mm API
Chris Wilson
1
-14
/
+13
2016-12-16
drm: Add drm_mm_for_each_node_safe()
Chris Wilson
1
-3
/
+16
2016-12-15
drm: Nuke fb->pixel_format
Ville Syrjälä
1
-4
/
+0
2016-12-15
drm: Nuke fb->bits_per_pixel
Ville Syrjälä
1
-7
/
+0
2016-12-15
drm: Nuke fb->depth
Ville Syrjälä
1
-6
/
+0
2016-12-15
drm: Add drm_framebuffer_plane_{width,height}()
Ville Syrjälä
1
-0
/
+6
2016-12-15
drm: Store a pointer to drm_format_info under drm_framebuffer
Ville Syrjälä
1
-0
/
+4
2016-12-15
drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()
Ville Syrjälä
1
-1
/
+2
2016-12-13
Merge tag 'drm-for-v4.10' of git://people.freedesktop.org/~airlied/linux into...
Daniel Vetter
2
-2
/
+34
2016-12-13
drm: Protect master->unique with dev->master_mutex
Daniel Vetter
1
-4
/
+13
2016-12-13
Merge tag 'drm-vc4-next-2016-12-09' of https://github.com/anholt/linux into d...
Dave Airlie
1
-0
/
+32
2016-12-09
drm: Add TV connector states to drm_connector_state
Boris Brezillon
1
-0
/
+32
2016-12-09
Merge tag 'drm-misc-next-2016-12-08' of git://anongit.freedesktop.org/git/drm...
Dave Airlie
1
-0
/
+3
2016-12-08
drm: fix possible_crtc's type
Tomi Valkeinen
1
-2
/
+2
2016-12-06
Merge remote-tracking branch 'airlied/drm-next' into drm-misc-next
Daniel Vetter
3
-2
/
+3
2016-12-05
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued
Daniel Vetter
6
-11
/
+54
2016-12-01
drm: Make the connector .detect() callback optional
Laurent Pinchart
1
-0
/
+3
2016-12-01
drm/i915/glk: Add Geminilake PCI IDs
Ander Conselvan de Oliveira
1
-0
/
+4
[next]