summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_fbdev.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: fix initial fbdev setup warningsDave Airlie2014-07-241-5/+0
* drm/i915: add DP 1.2 MST support (v0.7)Dave Airlie2014-07-221-0/+5
* Merge tag 'drm-intel-next-2014-07-11' of git://anongit.freedesktop.org/drm-in...Dave Airlie2014-07-191-1/+1
|\
| * drm/i915: replace ALIGN(PAGE_SIZE) by PAGE_ALIGNFabian Frederick2014-07-021-1/+1
* | Merge tag 'drm-intel-next-2014-06-20' of git://anongit.freedesktop.org/drm-in...Dave Airlie2014-07-091-2/+28
|\ \ | |/
| * drm/i915: Properly track domain of the fbcon fbDaniel Vetter2014-06-191-1/+27
| * drm/i915: Use %c in a format string for the pipe nameDamien Lespiau2014-06-131-1/+1
* | drm: Introduce drm_fb_helper_prepare()Thierry Reding2014-07-081-1/+2
* | drm: Constify struct drm_fb_helper_funcsThierry Reding2014-07-081-1/+1
|/
* Merge commit '9e9a928eed8796a0a1aaed7e0b676db86ba84594' into drm-nextDave Airlie2014-06-051-0/+9
|\
| * drm/i915: Use the first mode if there is no preferred mode in the EDIDChris Wilson2014-05-151-0/+9
* | drm: add drm_fb_helper_restore_fbdev_mode_unlocked()Rob Clark2014-06-051-5/+1
* | drm/i915: replace drm_get_connector_name() with direct name field useJani Nikula2014-06-041-6/+6
* | drm/i915: Use the connector name in fbdev debug messagesChris Wilson2014-05-141-10/+14
* | drm/i915: Use for_each_crtc() when iterating through the CRTCsDamien Lespiau2014-05-141-3/+3
|/
* drm/i915: Discard BIOS framebuffers too small to accommodate chosen modeChris Wilson2014-04-241-0/+10
* Merge tag 'drm-intel-fixes-2014-04-04' of git://anongit.freedesktop.org/drm-i...Dave Airlie2014-04-051-8/+21
|\
| * drm/i915: Fix the computation of required fb size for pipeChris Wilson2014-04-021-8/+21
* | Merge tag 'drm-intel-next-2014-03-21' of git://anongit.freedesktop.org/drm-in...Dave Airlie2014-04-031-9/+135
|\ \ | |/
| * drm/i915: remove early fb allocation dependency on CONFIG_FB v2Jesse Barnes2014-03-081-34/+4
| * drm/i915: Wrap the preallocated BIOS framebuffer and preserve for KMS fbcon v12Jesse Barnes2014-03-081-9/+165
|/
* drm/i915: ignore bios output config if not all outputs are onDaniel Vetter2014-03-051-0/+23
* drm/i915: s/any_enabled/!fallback/ in fbdev_initial_configDaniel Vetter2014-03-051-4/+4
* drm/i915: honor forced connector modes v2Jesse Barnes2014-03-051-0/+18
* drm/i915: don't preserve inherited configs with nothing on v2Jesse Barnes2014-02-131-2/+24
* drm/i915: allow re-use BIOS connector config for initial fbdev config v3Jesse Barnes2014-02-121-0/+123
* drm/i915: unbind fbs from crtcs during driver unloadImre Deak2014-02-121-1/+1
* drm/i915: Fix error path leak in fbdev fb allocationDaniel Vetter2014-02-121-12/+8
* drm/i915: Use normal fb deref for the fbcon framebufferDaniel Vetter2014-02-121-2/+1
* drm/i915: alloc intel_fb in the intel_fbdev structJesse Barnes2014-02-121-8/+19
* Merge branch 'topic/ppgtt' into drm-intel-next-queuedDaniel Vetter2014-01-251-2/+2
|\
| * drm/i915: Make pin count per VMABen Widawsky2013-12-181-2/+2
* | drm/i915: remove duplicate MODULE_LICENSE definitionJani Nikula2014-01-071-2/+0
|/
* drm/i915: drop DRM_ERROR in intel_fbdev initJesse Barnes2013-11-281-1/+2
* drm/i915: split fb allocation and initialization v2Jesse Barnes2013-11-261-16/+46
* drm/i915: fix open-coded DIV_ROUND_UPPaulo Zanoni2013-10-211-2/+2
* drm/i915: rename intel_fb.c to intel_fbdev.cDaniel Vetter2013-10-111-0/+323
OpenPOWER on IntegriCloud