index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
intel_fbdev.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915/fbdev: Fix num_connector references in intel_fb_initial_config()
Lyude
2016-05-17
1
-3
/
+3
*
Revert "drm/i915: Fix races on fbdev"
Joonas Lahtinen
2016-04-01
1
-3
/
+0
*
drm/i915: Refer to GGTT {,VM} consistently
Joonas Lahtinen
2016-03-31
1
-4
/
+6
*
drm/i915: Fix races on fbdev
Lukas Wunner
2016-03-30
1
-0
/
+3
*
drm/i915: Implement color management on bdw/skl/bxt/kbl
Lionel Landwerlin
2016-03-21
1
-0
/
+8
*
drm/i915: Rename dev_priv->gtt to dev_priv->ggtt
Joonas Lahtinen
2016-03-18
1
-3
/
+3
*
drm/i915: Don't pass plane+plane_state to intel_pin_and_fence_fb_obj()
Ville Syrjälä
2016-03-01
1
-1
/
+1
*
drm/i915: Use atomic state in intel_fb_initial_config.
Maarten Lankhorst
2016-02-18
1
-6
/
+11
*
drm/i915: Remove obsolete code from intelfb_alloc()
Lukas Wunner
2015-12-21
1
-3
/
+1
*
drm/i915: Pin the ifbdev for the info->system_base GGTT mmapping
Chris Wilson
2015-12-17
1
-7
/
+13
*
drm/i915: Tear down fbdev if initialization fails
Lukas Wunner
2015-11-19
1
-3
/
+7
*
drm/i915: Fix oops caused by fbdev initialization failure
Lukas Wunner
2015-11-19
1
-2
/
+4
*
drm/i915: Move the fbdev async_schedule() into intel_fbdev.c
Ville Syrjälä
2015-11-11
1
-1
/
+6
*
drm/i915: Fix failure paths around initial fbdev allocation
Tvrtko Ursulin
2015-11-09
1
-8
/
+12
*
drm/i915: Fix double unref in intelfb_alloc failure path
Lukas Wunner
2015-11-09
1
-3
/
+2
*
drm/i915: Wait for object idle without locks in atomic_commit, v2.
Maarten Lankhorst
2015-11-02
1
-1
/
+1
*
drm/i915: don't allocate fbcon from stolen memory if it's too big
Paulo Zanoni
2015-10-09
1
-2
/
+8
*
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next
Daniel Vetter
2015-09-30
1
-0
/
+2
|
\
|
*
drm/i915: enable atomic fb-helper
Rob Clark
2015-09-16
1
-0
/
+2
*
|
drm/i915: Always try to inherit the initial fb.
Maarten Lankhorst
2015-09-14
1
-3
/
+0
*
|
drm/i915: Remove references to crtc->active from intel_fbdev.c
Maarten Lankhorst
2015-09-14
1
-3
/
+3
*
|
Merge tag 'drm-intel-next-fixes-2015-09-02' into drm-intel-next-queued
Daniel Vetter
2015-09-02
1
-49
/
+12
|
\
|
|
*
drm/i915: Use new drm_fb_helper functions
Archit Taneja
2015-08-06
1
-28
/
+12
|
*
drm/fbdev: Return -EBUSY when oopsing
Daniel Vetter
2015-08-06
1
-21
/
+0
*
|
drm/i915/gtt: Allow >= 4GB offsets in X86_32
Michel Thierry
2015-08-14
1
-1
/
+1
|
/
*
drm/i915: Readout initial hw mode.
Maarten Lankhorst
2015-07-14
1
-8
/
+3
*
drm/i915: Do not use plane_config in intel_fbdev.c
Maarten Lankhorst
2015-07-14
1
-8
/
+6
*
drm/i915: fbdev restore mode needs to invalidate frontbuffer
Rodrigo Vivi
2015-07-09
1
-3
/
+12
*
drm/i915: fbdev_set_par reliably invalidating frontbuffer
Rodrigo Vivi
2015-07-09
1
-2
/
+1
*
drm/i915: Update i915_gem_object_sync() to take a request structure
John Harrison
2015-06-23
1
-1
/
+1
*
drm/i915: Remove unused ring argument from frontbuffer invalidate and busy fu...
Rodrigo Vivi
2015-06-22
1
-2
/
+2
*
drm/i915: Another fbdev hack to avoid PSR on fbcon.
Rodrigo Vivi
2015-05-29
1
-1
/
+27
*
drm/i915: Pass in plane state when (un)pinning frame buffers
Tvrtko Ursulin
2015-03-23
1
-1
/
+1
*
drm/i915: Make sure we invalidate frontbuffer on fbcon.
Rodrigo Vivi
2015-03-17
1
-1
/
+26
*
drm/i915: Switch intel_fb_align_height to fb format modifiers
Daniel Vetter
2015-02-13
1
-1
/
+2
*
drm/i915: Rename plane_config to initial_plane_config
Damien Lespiau
2015-01-27
1
-1
/
+1
*
drm/i915: Use a common function for computing the fb height alignment
Damien Lespiau
2015-01-27
1
-1
/
+2
*
drm/i915: Change plane_config to store a tiling_mode
Damien Lespiau
2015-01-27
1
-1
/
+1
*
drm/i915: Make intel_crtc->config a pointer
Ander Conselvan de Oliveira
2015-01-27
1
-5
/
+5
*
drm/i915: Embedded struct drm_crtc_state in intel_crtc_state
Ander Conselvan de Oliveira
2015-01-27
1
-4
/
+4
*
drm/fb: add support for tiled monitor configurations. (v2)
Dave Airlie
2014-12-09
1
-3
/
+21
*
drm/i915: Make intel_pin_and_fence_fb_obj take plane and framebuffer
Tvrtko Ursulin
2014-11-07
1
-10
/
+10
*
drm/i915: make fbdev initialization asynchronous v2
Jesse Barnes
2014-09-03
1
-2
/
+4
*
drm/i915: honour forced connector modes
Chris Wilson
2014-09-03
1
-21
/
+12
*
drm/i915: Localise the fbdev console lock frobbing
Chris Wilson
2014-08-13
1
-1
/
+43
*
drm/i915: fix initial fbdev setup warnings
Dave Airlie
2014-07-24
1
-5
/
+0
*
drm/i915: add DP 1.2 MST support (v0.7)
Dave Airlie
2014-07-22
1
-0
/
+5
*
Merge tag 'drm-intel-next-2014-07-11' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
2014-07-19
1
-1
/
+1
|
\
|
*
drm/i915: replace ALIGN(PAGE_SIZE) by PAGE_ALIGN
Fabian Frederick
2014-07-02
1
-1
/
+1
*
|
Merge tag 'drm-intel-next-2014-06-20' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
2014-07-09
1
-2
/
+28
|
\
|
[next]