aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_fbdev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-23drm/i915: Pass in plane state when (un)pinning frame buffersTvrtko Ursulin1-1/+1
2015-03-17drm/i915: Make sure we invalidate frontbuffer on fbcon.Rodrigo Vivi1-1/+26
2015-02-13drm/i915: Switch intel_fb_align_height to fb format modifiersDaniel Vetter1-1/+2
2015-01-27drm/i915: Rename plane_config to initial_plane_configDamien Lespiau1-1/+1
2015-01-27drm/i915: Use a common function for computing the fb height alignmentDamien Lespiau1-1/+2
2015-01-27drm/i915: Change plane_config to store a tiling_modeDamien Lespiau1-1/+1
2015-01-27drm/i915: Make intel_crtc->config a pointerAnder Conselvan de Oliveira1-5/+5
2015-01-27drm/i915: Embedded struct drm_crtc_state in intel_crtc_stateAnder Conselvan de Oliveira1-4/+4
2014-12-09drm/fb: add support for tiled monitor configurations. (v2)Dave Airlie1-3/+21
2014-11-07drm/i915: Make intel_pin_and_fence_fb_obj take plane and framebufferTvrtko Ursulin1-10/+10
2014-09-03drm/i915: make fbdev initialization asynchronous v2Jesse Barnes1-2/+4
2014-09-03drm/i915: honour forced connector modesChris Wilson1-21/+12
2014-08-13drm/i915: Localise the fbdev console lock frobbingChris Wilson1-1/+43
2014-07-24drm/i915: fix initial fbdev setup warningsDave Airlie1-5/+0
2014-07-22drm/i915: add DP 1.2 MST support (v0.7)Dave Airlie1-0/+5
2014-07-19Merge tag 'drm-intel-next-2014-07-11' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-1/+1
2014-07-09Merge tag 'drm-intel-next-2014-06-20' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-2/+28
2014-07-08drm: Introduce drm_fb_helper_prepare()Thierry Reding1-1/+2
2014-07-08drm: Constify struct drm_fb_helper_funcsThierry Reding1-1/+1
2014-07-02drm/i915: replace ALIGN(PAGE_SIZE) by PAGE_ALIGNFabian Frederick1-1/+1
2014-06-19drm/i915: Properly track domain of the fbcon fbDaniel Vetter1-1/+27
2014-06-13drm/i915: Use %c in a format string for the pipe nameDamien Lespiau1-1/+1
2014-06-05Merge commit '9e9a928eed8796a0a1aaed7e0b676db86ba84594' into drm-nextDave Airlie1-0/+9
2014-06-05drm: add drm_fb_helper_restore_fbdev_mode_unlocked()Rob Clark1-5/+1
2014-06-04drm/i915: replace drm_get_connector_name() with direct name field useJani Nikula1-6/+6
2014-05-15drm/i915: Use the first mode if there is no preferred mode in the EDIDChris Wilson1-0/+9
2014-05-14drm/i915: Use the connector name in fbdev debug messagesChris Wilson1-10/+14
2014-05-14drm/i915: Use for_each_crtc() when iterating through the CRTCsDamien Lespiau1-3/+3
2014-04-24drm/i915: Discard BIOS framebuffers too small to accommodate chosen modeChris Wilson1-0/+10
2014-04-05Merge tag 'drm-intel-fixes-2014-04-04' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-8/+21
2014-04-03Merge tag 'drm-intel-next-2014-03-21' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-9/+135
2014-04-02drm/i915: Fix the computation of required fb size for pipeChris Wilson1-8/+21
2014-03-08drm/i915: remove early fb allocation dependency on CONFIG_FB v2Jesse Barnes1-34/+4
2014-03-08drm/i915: Wrap the preallocated BIOS framebuffer and preserve for KMS fbcon v12Jesse Barnes1-9/+165
2014-03-05drm/i915: ignore bios output config if not all outputs are onDaniel Vetter1-0/+23
2014-03-05drm/i915: s/any_enabled/!fallback/ in fbdev_initial_configDaniel Vetter1-4/+4
2014-03-05drm/i915: honor forced connector modes v2Jesse Barnes1-0/+18
2014-02-13drm/i915: don't preserve inherited configs with nothing on v2Jesse Barnes1-2/+24
2014-02-12drm/i915: allow re-use BIOS connector config for initial fbdev config v3Jesse Barnes1-0/+123
2014-02-12drm/i915: unbind fbs from crtcs during driver unloadImre Deak1-1/+1
2014-02-12drm/i915: Fix error path leak in fbdev fb allocationDaniel Vetter1-12/+8
2014-02-12drm/i915: Use normal fb deref for the fbcon framebufferDaniel Vetter1-2/+1
2014-02-12drm/i915: alloc intel_fb in the intel_fbdev structJesse Barnes1-8/+19
2014-01-25Merge branch 'topic/ppgtt' into drm-intel-next-queuedDaniel Vetter1-2/+2
2014-01-07drm/i915: remove duplicate MODULE_LICENSE definitionJani Nikula1-2/+0
2013-12-18drm/i915: Make pin count per VMABen Widawsky1-2/+2
2013-11-28drm/i915: drop DRM_ERROR in intel_fbdev initJesse Barnes1-1/+2
2013-11-26drm/i915: split fb allocation and initialization v2Jesse Barnes1-16/+46
2013-10-21drm/i915: fix open-coded DIV_ROUND_UPPaulo Zanoni1-2/+2
2013-10-11drm/i915: rename intel_fb.c to intel_fbdev.cDaniel Vetter1-0/+323