index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
intel_fbdev.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-17
drm/i915/fbdev: Fix num_connector references in intel_fb_initial_config()
Lyude
1
-3
/
+3
2016-04-01
Revert "drm/i915: Fix races on fbdev"
Joonas Lahtinen
1
-3
/
+0
2016-03-31
drm/i915: Refer to GGTT {,VM} consistently
Joonas Lahtinen
1
-4
/
+6
2016-03-30
drm/i915: Fix races on fbdev
Lukas Wunner
1
-0
/
+3
2016-03-21
drm/i915: Implement color management on bdw/skl/bxt/kbl
Lionel Landwerlin
1
-0
/
+8
2016-03-18
drm/i915: Rename dev_priv->gtt to dev_priv->ggtt
Joonas Lahtinen
1
-3
/
+3
2016-03-01
drm/i915: Don't pass plane+plane_state to intel_pin_and_fence_fb_obj()
Ville Syrjälä
1
-1
/
+1
2016-02-18
drm/i915: Use atomic state in intel_fb_initial_config.
Maarten Lankhorst
1
-6
/
+11
2015-12-21
drm/i915: Remove obsolete code from intelfb_alloc()
Lukas Wunner
1
-3
/
+1
2015-12-17
drm/i915: Pin the ifbdev for the info->system_base GGTT mmapping
Chris Wilson
1
-7
/
+13
2015-11-19
drm/i915: Tear down fbdev if initialization fails
Lukas Wunner
1
-3
/
+7
2015-11-19
drm/i915: Fix oops caused by fbdev initialization failure
Lukas Wunner
1
-2
/
+4
2015-11-11
drm/i915: Move the fbdev async_schedule() into intel_fbdev.c
Ville Syrjälä
1
-1
/
+6
2015-11-09
drm/i915: Fix failure paths around initial fbdev allocation
Tvrtko Ursulin
1
-8
/
+12
2015-11-09
drm/i915: Fix double unref in intelfb_alloc failure path
Lukas Wunner
1
-3
/
+2
2015-11-02
drm/i915: Wait for object idle without locks in atomic_commit, v2.
Maarten Lankhorst
1
-1
/
+1
2015-10-09
drm/i915: don't allocate fbcon from stolen memory if it's too big
Paulo Zanoni
1
-2
/
+8
2015-09-30
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next
Daniel Vetter
1
-0
/
+2
2015-09-16
drm/i915: enable atomic fb-helper
Rob Clark
1
-0
/
+2
2015-09-14
drm/i915: Always try to inherit the initial fb.
Maarten Lankhorst
1
-3
/
+0
2015-09-14
drm/i915: Remove references to crtc->active from intel_fbdev.c
Maarten Lankhorst
1
-3
/
+3
2015-09-02
Merge tag 'drm-intel-next-fixes-2015-09-02' into drm-intel-next-queued
Daniel Vetter
1
-49
/
+12
2015-08-14
drm/i915/gtt: Allow >= 4GB offsets in X86_32
Michel Thierry
1
-1
/
+1
2015-08-06
drm/i915: Use new drm_fb_helper functions
Archit Taneja
1
-28
/
+12
2015-08-06
drm/fbdev: Return -EBUSY when oopsing
Daniel Vetter
1
-21
/
+0
2015-07-14
drm/i915: Readout initial hw mode.
Maarten Lankhorst
1
-8
/
+3
2015-07-14
drm/i915: Do not use plane_config in intel_fbdev.c
Maarten Lankhorst
1
-8
/
+6
2015-07-09
drm/i915: fbdev restore mode needs to invalidate frontbuffer
Rodrigo Vivi
1
-3
/
+12
2015-07-09
drm/i915: fbdev_set_par reliably invalidating frontbuffer
Rodrigo Vivi
1
-2
/
+1
2015-06-23
drm/i915: Update i915_gem_object_sync() to take a request structure
John Harrison
1
-1
/
+1
2015-06-22
drm/i915: Remove unused ring argument from frontbuffer invalidate and busy fu...
Rodrigo Vivi
1
-2
/
+2
2015-05-29
drm/i915: Another fbdev hack to avoid PSR on fbcon.
Rodrigo Vivi
1
-1
/
+27
2015-03-23
drm/i915: Pass in plane state when (un)pinning frame buffers
Tvrtko Ursulin
1
-1
/
+1
2015-03-18
drm/i915: Make sure we invalidate frontbuffer on fbcon.
Rodrigo Vivi
1
-1
/
+26
2015-02-14
drm/i915: Switch intel_fb_align_height to fb format modifiers
Daniel Vetter
1
-1
/
+2
2015-01-27
drm/i915: Rename plane_config to initial_plane_config
Damien Lespiau
1
-1
/
+1
2015-01-27
drm/i915: Use a common function for computing the fb height alignment
Damien Lespiau
1
-1
/
+2
2015-01-27
drm/i915: Change plane_config to store a tiling_mode
Damien Lespiau
1
-1
/
+1
2015-01-27
drm/i915: Make intel_crtc->config a pointer
Ander Conselvan de Oliveira
1
-5
/
+5
2015-01-27
drm/i915: Embedded struct drm_crtc_state in intel_crtc_state
Ander Conselvan de Oliveira
1
-4
/
+4
2014-12-09
drm/fb: add support for tiled monitor configurations. (v2)
Dave Airlie
1
-3
/
+21
2014-11-07
drm/i915: Make intel_pin_and_fence_fb_obj take plane and framebuffer
Tvrtko Ursulin
1
-10
/
+10
2014-09-03
drm/i915: make fbdev initialization asynchronous v2
Jesse Barnes
1
-2
/
+4
2014-09-03
drm/i915: honour forced connector modes
Chris Wilson
1
-21
/
+12
2014-08-13
drm/i915: Localise the fbdev console lock frobbing
Chris Wilson
1
-1
/
+43
2014-07-24
drm/i915: fix initial fbdev setup warnings
Dave Airlie
1
-5
/
+0
2014-07-22
drm/i915: add DP 1.2 MST support (v0.7)
Dave Airlie
1
-0
/
+5
2014-07-19
Merge tag 'drm-intel-next-2014-07-11' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
1
-1
/
+1
2014-07-09
Merge tag 'drm-intel-next-2014-06-20' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
1
-2
/
+28
2014-07-08
drm: Introduce drm_fb_helper_prepare()
Thierry Reding
1
-1
/
+2
[next]