aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_fbdev.c
AgeCommit message (Expand)Author
2016-08-04drm/i915/fbdev: Check for the framebuffer before useChris Wilson
2016-07-05drm/i915: Convert dev_priv->dev backpointers to dev_priv->drmChris Wilson
2016-07-04drm/i915: Mass convert dev->dev_private to to_i915(dev)Chris Wilson
2016-07-02drm/i915: Match bitmask size to types in intel_fb_initial_config()Chris Wilson
2016-06-21drm/i915/fbdev: Flush mode configuration before lastcloseChris Wilson
2016-06-21drm/i915/fbdev: Limit the global async-domain synchronizationChris Wilson
2016-06-16Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter
2016-06-13drm/i915: Don't unregister fbdev's fb twiceLukas Wunner
2016-06-09drm: Replace fb_helper->atomic with mode_config->atomic_commitDaniel Vetter
2016-06-02Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter
2016-06-02Merge branch 'drm-intel-next' of git://anongit.freedesktop.org/drm-intel into...Dave Airlie
2016-05-30drm/i915: Use crtc->name in debug messagesVille Syrjälä
2016-05-17drm/i915/fbdev: Fix num_connector references in intel_fb_initial_config()Lyude
2016-04-28drm/i915: Move ioremap_wc tracking onto VMAChris Wilson
2016-04-28drm/i915/fbdev: Call intel_unpin_fb_obj() on releaseChris Wilson
2016-04-28drm/i915: Propagate error from drm_gem_object_init()Chris Wilson
2016-04-25drm/i915: rename i915_gem_alloc_object() to i915_gem_object_create()Dave Gordon
2016-04-01Revert "drm/i915: Fix races on fbdev"Joonas Lahtinen
2016-03-31drm/i915: Refer to GGTT {,VM} consistentlyJoonas Lahtinen
2016-03-30drm/i915: Fix races on fbdevLukas Wunner
2016-03-21drm/i915: Implement color management on bdw/skl/bxt/kblLionel Landwerlin
2016-03-18drm/i915: Rename dev_priv->gtt to dev_priv->ggttJoonas Lahtinen
2016-03-01drm/i915: Don't pass plane+plane_state to intel_pin_and_fence_fb_obj()Ville Syrjälä
2016-02-18drm/i915: Use atomic state in intel_fb_initial_config.Maarten Lankhorst
2015-12-21drm/i915: Remove obsolete code from intelfb_alloc()Lukas Wunner
2015-12-17drm/i915: Pin the ifbdev for the info->system_base GGTT mmappingChris Wilson
2015-11-19drm/i915: Tear down fbdev if initialization failsLukas Wunner
2015-11-19drm/i915: Fix oops caused by fbdev initialization failureLukas Wunner
2015-11-11drm/i915: Move the fbdev async_schedule() into intel_fbdev.cVille Syrjälä
2015-11-09drm/i915: Fix failure paths around initial fbdev allocationTvrtko Ursulin
2015-11-09drm/i915: Fix double unref in intelfb_alloc failure pathLukas Wunner
2015-11-02drm/i915: Wait for object idle without locks in atomic_commit, v2.Maarten Lankhorst
2015-10-09drm/i915: don't allocate fbcon from stolen memory if it's too bigPaulo Zanoni
2015-09-30Merge remote-tracking branch 'airlied/drm-next' into drm-intel-nextDaniel Vetter
2015-09-16drm/i915: enable atomic fb-helperRob Clark
2015-09-14drm/i915: Always try to inherit the initial fb.Maarten Lankhorst
2015-09-14drm/i915: Remove references to crtc->active from intel_fbdev.cMaarten Lankhorst
2015-09-02Merge tag 'drm-intel-next-fixes-2015-09-02' into drm-intel-next-queuedDaniel Vetter
2015-08-14drm/i915/gtt: Allow >= 4GB offsets in X86_32Michel Thierry
2015-08-06drm/i915: Use new drm_fb_helper functionsArchit Taneja
2015-08-06drm/fbdev: Return -EBUSY when oopsingDaniel Vetter
2015-07-14drm/i915: Readout initial hw mode.Maarten Lankhorst
2015-07-14drm/i915: Do not use plane_config in intel_fbdev.cMaarten Lankhorst
2015-07-09drm/i915: fbdev restore mode needs to invalidate frontbufferRodrigo Vivi
2015-07-09drm/i915: fbdev_set_par reliably invalidating frontbufferRodrigo Vivi
2015-06-23drm/i915: Update i915_gem_object_sync() to take a request structureJohn Harrison
2015-06-22drm/i915: Remove unused ring argument from frontbuffer invalidate and busy fu...Rodrigo Vivi
2015-05-29drm/i915: Another fbdev hack to avoid PSR on fbcon.Rodrigo Vivi
2015-03-23drm/i915: Pass in plane state when (un)pinning frame buffersTvrtko Ursulin
2015-03-17drm/i915: Make sure we invalidate frontbuffer on fbcon.Rodrigo Vivi