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
2017-12-12
drm/i915: give stolen_usable_size a more suitable home
Matthew Auld
1
-2
/
+1
2017-11-26
drm/i915/fbdev: Serialise early hotplug events with async fbdev config
Chris Wilson
1
-4
/
+6
2017-10-13
drm/i915: Replace *_reference/unreference() or *_ref/unref with _get/put()
Harsha Sharma
1
-2
/
+2
2017-09-04
drm/i915: Wake up the device for the fbdev setup
Ville Syrjälä
1
-0
/
+3
2017-08-10
Merge airlied/drm-next into drm-intel-next-queued
Daniel Vetter
1
-31
/
+0
2017-08-04
drm: i915: remove dead code and pointless local lut storage
Peter Rosin
1
-31
/
+0
2017-07-27
Merge airlied/drm-next into drm-intel-next-queued
Daniel Vetter
1
-5
/
+12
2017-07-26
Merge airlied/drm-next into drm-misc-next
Daniel Vetter
1
-5
/
+6
2017-07-26
drm/<drivers>: Drop fbdev info flags
Daniel Vetter
1
-1
/
+0
2017-07-19
drm/i915: Fix fbdev unload sequence
Daniel Vetter
1
-7
/
+15
2017-07-14
drm/i915/fbdev: Always forward hotplug events
Daniel Vetter
1
-1
/
+1
2017-07-06
drm/fb-helper: Stop using mode_config.mutex for internals
Daniel Vetter
1
-4
/
+12
2017-07-04
drm/i915/fbdev: Check for existence of ifbdev->vma before operations
Chris Wilson
1
-5
/
+6
2017-05-22
drm: Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ to UAPI
Robert Foss
1
-1
/
+1
2017-03-08
drm/i915: Plumb drm_framebuffer into more places
Ville Syrjälä
1
-3
/
+1
2017-03-08
Merge tag 'drm-intel-next-2017-03-06' of git://anongit.freedesktop.org/git/dr...
Dave Airlie
1
-45
/
+31
2017-02-24
drm/i915/fbdev: Stop repeating tile configuration on stagnation
Chris Wilson
1
-6
/
+4
2017-02-16
drm/i915: Drop struct_mutex around frontbuffer flushes
Chris Wilson
1
-26
/
+17
2017-02-16
drm/i915: struct_mutex is not required for allocating the framebuffer
Chris Wilson
1
-12
/
+9
2017-02-10
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued
Daniel Vetter
1
-2
/
+1
2017-02-08
drm/i915: Avoid BIT(max) - 1 and use GENMASK(max - 1, 0)
Joonas Lahtinen
1
-1
/
+1
2017-02-07
drm/fb-helper: Automatically clean up fb_info
Daniel Vetter
1
-4
/
+1
2017-02-02
drm: Rely on mode_config data for fb_helper initialization
Gabriel Krisman Bertazi
1
-2
/
+1
2017-01-19
drm/i915: Track pinned vma in intel_plane_state
Chris Wilson
1
-2
/
+2
2017-01-19
drm/i915: prevent crash with .disable_display parameter
Clint Taylor
1
-0
/
+3
2017-01-10
Merge tag 'drm-misc-next-2017-01-09' of git://anongit.freedesktop.org/git/drm...
Dave Airlie
1
-1
/
+1
2017-01-09
drm: remove useless parameters from drm_pick_cmdline_mode function
Vincent Abriou
1
-1
/
+1
2017-01-04
Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm...
Daniel Vetter
1
-5
/
+5
2016-12-15
drm: Nuke fb->pixel_format
Ville Syrjälä
1
-1
/
+1
2016-12-15
drm: Nuke fb->bits_per_pixel
Ville Syrjälä
1
-3
/
+3
2016-12-15
drm: Nuke fb->depth
Ville Syrjälä
1
-1
/
+1
2016-12-05
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued
Daniel Vetter
1
-1
/
+1
2016-12-01
drm/i915: Make GEM object create and create from data take dev_priv
Tvrtko Ursulin
1
-1
/
+1
2016-12-01
drm/i915: Make GEM object alloc/free and stolen created take dev_priv
Tvrtko Ursulin
1
-1
/
+1
2016-11-30
Merge tag 'drm-misc-next-2016-11-29' of git://anongit.freedesktop.org/git/drm...
Dave Airlie
1
-1
/
+1
2016-11-17
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued
Daniel Vetter
1
-4
/
+1
2016-11-17
drm: Nuke modifier[1-3]
Ville Syrjälä
1
-1
/
+1
2016-11-14
drm/i915: use DRM_FB_HELPER_DEFAULT_OPS for fb_ops
Stefan Christ
1
-4
/
+1
2016-11-11
drm/i915: Pass dev_priv to INTEL_INFO everywhere apart from the gen use
Tvrtko Ursulin
1
-5
/
+5
2016-08-22
drm/i915: pdev cleanup
David Weinehall
1
-1
/
+2
2016-08-15
drm/i915: Introduce i915_ggtt_offset()
Chris Wilson
1
-3
/
+3
2016-08-15
drm/i915: Track pinned VMA
Chris Wilson
1
-11
/
+8
2016-08-15
Merge tag 'drm-intel-next-2016-08-08' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
1
-3
/
+4
2016-08-15
Merge tag 'topic/drm-misc-2016-08-12' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
1
-4
/
+3
2016-08-12
drm: Remove superflous linux/fb.h includes
Daniel Vetter
1
-1
/
+0
2016-08-08
drm: BIT(DRM_ROTATE_?) -> DRM_ROTATE_?
Joonas Lahtinen
1
-3
/
+3
2016-08-04
drm/i915: Separate intel_frontbuffer into its own header
Chris Wilson
1
-0
/
+1
2016-08-04
drm/i915/fbdev: Check for the framebuffer before use
Chris Wilson
1
-14
/
+11
2016-07-20
drm/i915: Treat ringbuffer writes as write to normal memory
Chris Wilson
1
-1
/
+1
2016-07-20
drm/i915: Rename drm_gem_object_unreference in preparation for lockless free
Chris Wilson
1
-1
/
+1
[next]