Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
6e3c9717e079264d605ffa49183c1364d103166e
/
drivers
/
gpu
/
drm
/
i915
/
intel_fbdev.c
6e3c971
drm/i915: Make intel_crtc->config a pointer
by Ander Conselvan de Oliveira
· 10 years ago
2d112de
drm/i915: Embedded struct drm_crtc_state in intel_crtc_state
by Ander Conselvan de Oliveira
· 10 years ago
b0ee9e7
drm/fb: add support for tiled monitor configurations. (v2)
by Dave Airlie
· 10 years ago
850c4cd
drm/i915: Make intel_pin_and_fence_fb_obj take plane and framebuffer
by Tvrtko Ursulin
· 10 years ago
d1d7067
drm/i915: make fbdev initialization asynchronous v2
by Jesse Barnes
· 10 years ago
d84a0f3
drm/i915: honour forced connector modes
by Chris Wilson
· 10 years ago
82e3b8c
drm/i915: Localise the fbdev console lock frobbing
by Chris Wilson
· 10 years ago
e05444b
drm/i915: fix initial fbdev setup warnings
by Dave Airlie
· 10 years ago
0e32b39
drm/i915: add DP 1.2 MST support (v0.7)
by Dave Airlie
· 11 years ago
c51f716
Merge tag 'drm-intel-next-2014-07-11' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 10 years ago
ca5a1b9
Merge tag 'drm-intel-next-2014-06-20' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 10 years ago
10a2310
drm: Introduce drm_fb_helper_prepare()
by Thierry Reding
· 10 years ago
3a49387
drm: Constify struct drm_fb_helper_funcs
by Thierry Reding
· 10 years ago
1267a26
drm/i915: replace ALIGN(PAGE_SIZE) by PAGE_ALIGN
by Fabian Frederick
· 10 years ago
e991077
drm/i915: Properly track domain of the fbcon fb
by Daniel Vetter
· 10 years ago
fdaf66d
drm/i915: Use %c in a format string for the pipe name
by Damien Lespiau
· 10 years ago
8d4ad9d
Merge commit '9e9a928eed8796a0a1aaed7e0b676db86ba84594' into drm-next
by Dave Airlie
· 10 years ago
5ea1f75
drm: add drm_fb_helper_restore_fbdev_mode_unlocked()
by Rob Clark
· 10 years ago
c23cc41
drm/i915: replace drm_get_connector_name() with direct name field use
by Jani Nikula
· 10 years ago
afba0b5
drm/i915: Use the first mode if there is no preferred mode in the EDID
by Chris Wilson
· 11 years ago
c0c9762
drm/i915: Use the connector name in fbdev debug messages
by Chris Wilson
· 11 years ago
70e1e0e
drm/i915: Use for_each_crtc() when iterating through the CRTCs
by Damien Lespiau
· 11 years ago
edd586f
drm/i915: Discard BIOS framebuffers too small to accommodate chosen mode
by Chris Wilson
· 11 years ago
9f97ba8
Merge tag 'drm-intel-fixes-2014-04-04' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 11 years ago
66e514c
Merge tag 'drm-intel-next-2014-03-21' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 11 years ago
bc104d1
drm/i915: Fix the computation of required fb size for pipe
by Chris Wilson
· 11 years ago
484b41d
drm/i915: remove early fb allocation dependency on CONFIG_FB v2
by Jesse Barnes
· 11 years ago
d978ef1
drm/i915: Wrap the preallocated BIOS framebuffer and preserve for KMS fbcon v12
by Jesse Barnes
· 11 years ago
7e696e4
drm/i915: ignore bios output config if not all outputs are on
by Daniel Vetter
· 11 years ago
7c2bb53
drm/i915: s/any_enabled/!fallback/ in fbdev_initial_config
by Daniel Vetter
· 11 years ago
ef34ab8
drm/i915: honor forced connector modes v2
by Jesse Barnes
· 11 years ago
02f5eeb
drm/i915: don't preserve inherited configs with nothing on v2
by Jesse Barnes
· 11 years ago
eb1bfe8
drm/i915: allow re-use BIOS connector config for initial fbdev config v3
by Jesse Barnes
· 11 years ago
9d66125
drm/i915: unbind fbs from crtcs during driver unload
by Imre Deak
· 11 years ago
a8bb681
drm/i915: Fix error path leak in fbdev fb allocation
by Daniel Vetter
· 11 years ago
ef2d633
drm/i915: Use normal fb deref for the fbcon framebuffer
by Daniel Vetter
· 11 years ago
8bcd455
drm/i915: alloc intel_fb in the intel_fbdev struct
by Jesse Barnes
· 11 years ago
0e5539b
Merge branch 'topic/ppgtt' into drm-intel-next-queued
by Daniel Vetter
· 11 years ago
b38538c
drm/i915: remove duplicate MODULE_LICENSE definition
by Jani Nikula
· 11 years ago
d7f46fc
drm/i915: Make pin count per VMA
by Ben Widawsky
· 11 years ago
48e9212
drm/i915: drop DRM_ERROR in intel_fbdev init
by Jesse Barnes
· 11 years ago
8b4f49e
drm/i915: split fb allocation and initialization v2
by Jesse Barnes
· 11 years ago
de45eaf
drm/i915: fix open-coded DIV_ROUND_UP
by Paulo Zanoni
· 11 years ago
0632fef
drm/i915: rename intel_fb.c to intel_fbdev.c
by Daniel Vetter
· 11 years ago
[Renamed (98%) from drivers/gpu/drm/i915/intel_fb.c]
6743768
drm/i915: make intel_crtc_fb_gamma_{set, get} static
by Paulo Zanoni
· 11 years ago
955382f
drm/i915: Ditch INTELFB_CONN_LIMIT
by Daniel Vetter
· 11 years ago
b14c567
drm/i915: use pointer = k[cmz...]alloc(sizeof(*pointer), ...) pattern
by Daniel Vetter
· 11 years ago
ddfe156
drm/i915: Export intel_framebuffer_fini
by Chris Wilson
· 11 years ago
f343c5f
drm/i915: Getter/setter for object attributes
by Ben Widawsky
· 11 years ago
2841926
Merge tag 'drm-intel-next-2013-06-18' of git://people.freedesktop.org/~danvet/drm-intel into drm-next
by Dave Airlie
· 11 years ago
b72447c
drm/i915: Drop bogus fbdev sprite disable code
by Ville Syrjälä
· 11 years ago
b6f3eff
drm/i915: Use FBINFO_STATE defines instead of 0 and 1
by Damien Lespiau
· 11 years ago
b51b32c
drm/i915: s/drm_i915_private_t/struct drm_i915_private/
by Ville Syrjälä
· 11 years ago
3430824
drm/i915: Use container_of() in the fbdev code
by Ville Syrjälä
· 11 years ago
1ffc528
drm/i915: clear the stolen fb before resuming
by Jani Nikula
· 12 years ago
e3c7475
drm/i915: Support PCH no display
by Ben Widawsky
· 12 years ago
24576d2
drm/i915: enable VT switchless resume v3
by Jesse Barnes
· 12 years ago
7eb552a
drm/i915: Move num_pipes to intel info
by Ben Widawsky
· 12 years ago
0d4a42f
Merge tag 'v3.9-rc3' into drm-intel-next-queued
by Daniel Vetter
· 12 years ago
da1a62a
drm/i915: remove disabled memset of framebuffer from intel_fb
by Jesse Barnes
· 12 years ago
cd5428a
drm/<drivers>: simplify ->fb_probe callback
by Daniel Vetter
· 12 years ago
af5676f
drm/i915: rip out helper->disable noop functions
by Daniel Vetter
· 12 years ago
76a39db
drm/fb-helper: don't disable everything in initial_config
by Daniel Vetter
· 12 years ago
cd17ef4
Merge tag 'drm-intel-next-2013-02-01' of git://people.freedesktop.org/~danvet/drm-intel into drm-next
by Dave Airlie
· 12 years ago
56e5a3f
drm/i915: only disable enabled planes on intel_fb_restore_mode
by Paulo Zanoni
· 12 years ago
735dc0d
Merge branch 'drm-kms-locking' of git://people.freedesktop.org/~danvet/drm-intel into drm-next
by Dave Airlie
· 12 years ago
3620636
drm: revamp framebuffer cleanup interfaces
by Daniel Vetter
· 12 years ago
a0e99e6
drm/i915: use drm_modeset_lock_all
by Daniel Vetter
· 12 years ago
93d1879
drm/i915: Remove use of gtt_mappable_entries
by Ben Widawsky
· 12 years ago
5d4545a
drm/i915: Create a gtt structure
by Ben Widawsky
· 12 years ago
88afe71
drm/i915: Clear the stolen fb before enabling
by Chris Wilson
· 12 years ago
20afbda
drm/i915: Fixup hpd irq register setup ordering
by Daniel Vetter
· 12 years ago
0ffb0ff
drm/i915: Allocate fbcon from stolen memory
by Chris Wilson
· 12 years ago
760285e
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
by David Howells
· 12 years ago
4126d5d
UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.
by David Howells
· 12 years ago
3a7f2f6
drm/i915: Zero initialize mode_cmd
by Ville Syrjälä
· 12 years ago
dd2757f
drm/i915: stop using dev->agp->base
by Daniel Vetter
· 12 years ago
dc257cf
Merge tag 'v3.4-rc6' into drm-intel-next
by Daniel Vetter
· 13 years ago
c43b563
drm/i915: [sparse] trivial sparse fixes
by Ben Widawsky
· 13 years ago
c291be9
drm/i915: Hold mode_config lock whilst changing mode for lastclose()
by Chris Wilson
· 13 years ago
3fa016a
drm/i915: suspend fbdev device around suspend/hibernate
by Dave Airlie
· 13 years ago
fb2a99e
drm: do not set fb_info->pixmap fields
by Sascha Hauer
· 13 years ago
b840d907f
drm/i915: add SNB and IVB video sprite support v6
by Jesse Barnes
· 13 years ago
01f2c77
drm: Replace pitch with pitches[] in drm_framebuffer
by Ville Syrjälä
· 13 years ago
308e5bc
drm: add an fb creation ioctl that takes a pixel format v5
by Jesse Barnes
· 13 years ago
e8e7a2b
drm/i915: restore only the mode of this driver on lastclose (v2)
by Dave Airlie
· 14 years ago
3632ef8
Revert "drm: Update fbdev fb_fix_screeninfo"
by Dave Airlie
· 14 years ago
35c3047
drm/i915: Use the mappable sizes determined by GTT for consistency.
by Chris Wilson
· 14 years ago
dfe63bb
drm: Update fbdev fb_fix_screeninfo
by James Simmons
· 14 years ago
ae09f09
Merge remote branch 'intel/drm-intel-next' of /ssd/git/drm-next into drm-core-next
by Dave Airlie
· 14 years ago
57084d0
drm/fb: Don't expose mmio for fbdev emulation layer
by James Simmons
· 14 years ago
05394f3
drm/i915: Use drm_i915_gem_object as the preferred type
by Chris Wilson
· 14 years ago
fb9a90f
Merge remote branch 'airlied/drm-core-next' into tmp
by Chris Wilson
· 14 years ago
b7ae505
Merge branch 'drm-fixes' of /home/airlied/kernel/linux-2.6 into drm-core-next
by Dave Airlie
· 14 years ago
dab8dcf
drm: don't drop handle reference on unload
by Dave Airlie
· 14 years ago
fb7ba21
Merge remote branch 'korg/drm-fixes' into drm-vmware-next
by Dave Airlie
· 14 years ago
7b4f399
drm/i915: Avoid circular locking from intel_fbdev_fini()
by Chris Wilson
· 14 years ago
29d08b3
drm/gem: handlecount isn't really a kref so don't make it one.
by Dave Airlie
· 14 years ago
a6c45cf
drm/i915: INTEL_INFO->gen supercedes i8xx, i9xx, i965g
by Chris Wilson
· 14 years ago
48b956c
drm/i915: Push pipelining of display plane flushes to the caller
by Chris Wilson
· 14 years ago
Next »