summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_fbdev.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-17drm/i915: Pin the ifbdev for the info->system_base GGTT mmappingChris Wilson1-7/+13
2015-11-19drm/i915: Tear down fbdev if initialization failsLukas Wunner1-3/+7
2015-11-19drm/i915: Fix oops caused by fbdev initialization failureLukas Wunner1-2/+4
2015-11-11drm/i915: Move the fbdev async_schedule() into intel_fbdev.cVille Syrjälä1-1/+6
2015-11-09drm/i915: Fix failure paths around initial fbdev allocationTvrtko Ursulin1-8/+12
2015-11-09drm/i915: Fix double unref in intelfb_alloc failure pathLukas Wunner1-3/+2
2015-11-02drm/i915: Wait for object idle without locks in atomic_commit, v2.Maarten Lankhorst1-1/+1
2015-10-09drm/i915: don't allocate fbcon from stolen memory if it's too bigPaulo Zanoni1-2/+8
2015-09-30Merge remote-tracking branch 'airlied/drm-next' into drm-intel-nextDaniel Vetter1-0/+2
2015-09-16drm/i915: enable atomic fb-helperRob Clark1-0/+2
2015-09-14drm/i915: Always try to inherit the initial fb.Maarten Lankhorst1-3/+0
2015-09-14drm/i915: Remove references to crtc->active from intel_fbdev.cMaarten Lankhorst1-3/+3
2015-09-02Merge tag 'drm-intel-next-fixes-2015-09-02' into drm-intel-next-queuedDaniel Vetter1-49/+12
2015-08-14drm/i915/gtt: Allow >= 4GB offsets in X86_32Michel Thierry1-1/+1
2015-08-06drm/i915: Use new drm_fb_helper functionsArchit Taneja1-28/+12
2015-08-06drm/fbdev: Return -EBUSY when oopsingDaniel Vetter1-21/+0
2015-07-14drm/i915: Readout initial hw mode.Maarten Lankhorst1-8/+3
2015-07-14drm/i915: Do not use plane_config in intel_fbdev.cMaarten Lankhorst1-8/+6
2015-07-09drm/i915: fbdev restore mode needs to invalidate frontbufferRodrigo Vivi1-3/+12
2015-07-09drm/i915: fbdev_set_par reliably invalidating frontbufferRodrigo Vivi1-2/+1
2015-06-23drm/i915: Update i915_gem_object_sync() to take a request structureJohn Harrison1-1/+1
2015-06-22drm/i915: Remove unused ring argument from frontbuffer invalidate and busy fu...Rodrigo Vivi1-2/+2
2015-05-29drm/i915: Another fbdev hack to avoid PSR on fbcon.Rodrigo Vivi1-1/+27
2015-03-23drm/i915: Pass in plane state when (un)pinning frame buffersTvrtko Ursulin1-1/+1
2015-03-18drm/i915: Make sure we invalidate frontbuffer on fbcon.Rodrigo Vivi1-1/+26
2015-02-14drm/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-in...Dave Airlie1-1/+1
2014-07-09Merge tag 'drm-intel-next-2014-06-20' of git://anongit.freedesktop.org/drm-in...Dave 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