index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'drm-intel-next-2019-05-24' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
2019-05-28
6
-25
/
+266
|
\
|
*
drm: Rename struct edp_vsc_psr to struct dp_sdp
Gwan-gyeong Mun
2019-05-23
1
-10
/
+23
|
*
drm/i915: Engine discovery query
Tvrtko Ursulin
2019-05-22
1
-0
/
+42
|
*
drm/i915: Allow specification of parallel execbuf
Chris Wilson
2019-05-22
1
-1
/
+16
|
*
drm/i915/execlists: Virtual engine bonding
Chris Wilson
2019-05-22
1
-0
/
+44
|
*
drm/i915: Load balancing across a virtual engine
Chris Wilson
2019-05-22
1
-0
/
+39
|
*
drm/i915: Allow userspace to clone contexts on creation
Chris Wilson
2019-05-22
1
-0
/
+15
|
*
drm/i915: Re-expose SINGLE_TIMELINE flags for context creation
Chris Wilson
2019-05-22
1
-1
/
+2
|
*
drm/i915: Extend I915_CONTEXT_PARAM_SSEU to support local ctx->engine[]
Chris Wilson
2019-05-22
1
-1
/
+2
|
*
drm/i915: Allow a context to define its set of engines
Chris Wilson
2019-05-22
1
-0
/
+31
|
*
drm/i915: Restore control over ppgtt for context creation ABI
Chris Wilson
2019-05-22
1
-0
/
+15
|
*
drm/i915/icl: More workaround for port F detection due to broken VBTs
Imre Deak
2019-05-14
1
-2
/
+2
|
*
drm/hdcp: gathering hdcp related code into drm_hdcp.c
Ramalingam C
2019-05-09
2
-2
/
+3
|
*
drm: revocation check at drm subsystem
Ramalingam C
2019-05-09
1
-0
/
+24
|
*
drm: generic fn converting be24 to cpu and vice versa
Ramalingam C
2019-05-09
1
-2
/
+2
|
*
drm: move content protection property to mode_config
Ramalingam C
2019-05-09
2
-6
/
+6
*
|
Merge tag 'drm-misc-next-2019-05-24' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2019-05-28
16
-55
/
+488
|
\
\
|
*
\
Merge drm/drm-next into drm-misc-next
Sean Paul
2019-05-22
608
-5676
/
+15428
|
|
\
\
|
*
|
|
drm: Add HLG EOTF
Ville Syrjälä
2019-05-22
1
-0
/
+1
|
*
|
|
drm: Enable HDR infoframe support
Uma Shankar
2019-05-22
2
-0
/
+33
|
*
|
|
drm: Add HDR source metadata property
Uma Shankar
2019-05-22
4
-0
/
+66
|
*
|
|
dma-buf: start caching of sg_table objects v2
Christian König
2019-05-22
1
-0
/
+13
|
*
|
|
drm/gma500: remove empty gma_drm.h header file
Sam Ravnborg
2019-05-22
1
-25
/
+0
|
*
|
|
drm: Rename reserve/unreserve to lock/unlock in GEM VRAM helpers
Thomas Zimmermann
2019-05-22
1
-4
/
+4
|
*
|
|
drm: Replace drm_gem_vram_push_to_system() with kunmap + unpin
Thomas Zimmermann
2019-05-22
1
-1
/
+0
|
*
|
|
drm/fourcc: Fix the parameters name in the documentation
Maxime Ripard
2019-05-21
1
-2
/
+2
|
*
|
|
drm: Remove users of drm_format_info_plane_cpp
Maxime Ripard
2019-05-20
1
-17
/
+0
|
*
|
|
drm/fourcc: Pass the format_info pointer to drm_format_plane_width/height
Maxime Ripard
2019-05-20
1
-2
/
+44
|
*
|
|
drm/fourcc: Pass the format_info pointer to drm_format_plane_cpp
Maxime Ripard
2019-05-20
1
-1
/
+17
|
*
|
|
drm: Remove users of drm_format_(horz|vert)_chroma_subsampling
Maxime Ripard
2019-05-20
1
-2
/
+0
|
*
|
|
drm: Remove users of drm_format_num_planes
Maxime Ripard
2019-05-20
1
-1
/
+0
|
*
|
|
drm: Add drm_gem_vram_{pin/unpin}_reserved() and convert mgag200
Thomas Zimmermann
2019-05-17
1
-0
/
+3
|
*
|
|
drm: Fix drm.h uapi header for GNU/kFreeBSD
James Clarke
2019-05-16
1
-0
/
+1
|
*
|
|
drm: Integrate VRAM MM into struct drm_device
Thomas Zimmermann
2019-05-15
3
-1
/
+55
|
*
|
|
drm: Add default instance for VRAM MM callback functions
Thomas Zimmermann
2019-05-15
1
-0
/
+3
|
*
|
|
drm: Add VRAM MM, a simple memory manager for dedicated VRAM
Thomas Zimmermann
2019-05-15
1
-0
/
+69
|
*
|
|
drm: Add simple PRIME helpers for GEM VRAM
Thomas Zimmermann
2019-05-15
1
-0
/
+20
|
*
|
|
drm: Add drm_gem_vram_fill_create_dumb() to create dumb buffers
Thomas Zimmermann
2019-05-15
1
-0
/
+8
|
*
|
|
drm: Add |struct drm_gem_vram_object| callbacks for |struct drm_driver|
Thomas Zimmermann
2019-05-15
1
-0
/
+10
|
*
|
|
drm: Add |struct drm_gem_vram_object| callbacks for |struct ttm_bo_driver|
Thomas Zimmermann
2019-05-15
1
-0
/
+10
|
*
|
|
drm: Add |struct drm_gem_vram_object| and helpers
Thomas Zimmermann
2019-05-15
1
-0
/
+92
|
*
|
|
drm/fb-helper: Remove drm_fb_helper_crtc->{x, y, desired_mode}
Noralf Trønnes
2019-05-14
1
-2
/
+0
|
*
|
|
drm/fb-helper: No need to cache rotation and sw_rotations
Noralf Trønnes
2019-05-14
1
-8
/
+0
|
*
|
|
Merge remote-tracking branch 'drm/drm-next' into drm-misc-next
Maarten Lankhorst
2019-05-09
69
-300
/
+760
|
|
\
\
\
|
*
|
|
|
drm/doc: Improve docs for conn_state->best_encoder
Daniel Vetter
2019-05-07
1
-0
/
+4
|
*
|
|
|
drm/scheduler: Add flag to hint the release of guilty job.
Andrey Grodzovsky
2019-05-02
1
-0
/
+2
|
*
|
|
|
drm/scheduler: rework job destruction
Christian König
2019-05-02
1
-5
/
+1
|
*
|
|
|
dma-buf: Update [un]map documentation to match the other functions
Andrew F. Davis
2019-04-24
1
-4
/
+25
|
*
|
|
|
dma-buf: Remove leftover [un]map_atomic comments
Andrew F. Davis
2019-04-24
1
-5
/
+0
|
*
|
|
|
drm/atomic: Create __drm_atomic_helper_crtc_reset() for subclassing crtc_state.
Maarten Lankhorst
2019-04-24
1
-0
/
+2
[next]