summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_fbdev.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Convert dev_priv->dev backpointers to dev_priv->drmChris Wilson2016-07-051-3/+3
* drm/i915: Mass convert dev->dev_private to to_i915(dev)Chris Wilson2016-07-041-5/+5
* drm/i915: Match bitmask size to types in intel_fb_initial_config()Chris Wilson2016-07-021-13/+15
* drm/i915/fbdev: Flush mode configuration before lastcloseChris Wilson2016-06-211-0/+2
* drm/i915/fbdev: Limit the global async-domain synchronizationChris Wilson2016-06-211-13/+26
* Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter2016-06-161-2/+0Star
|\
| * drm: Replace fb_helper->atomic with mode_config->atomic_commitDaniel Vetter2016-06-091-2/+0Star
* | drm/i915: Don't unregister fbdev's fb twiceLukas Wunner2016-06-131-2/+0Star
|/
* Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter2016-06-021-3/+3
|\
| * Merge branch 'drm-intel-next' of git://anongit.freedesktop.org/drm-intel into...Dave Airlie2016-06-011-14/+21
| |\
| * | drm/i915/fbdev: Fix num_connector references in intel_fb_initial_config()Lyude2016-05-171-3/+3
* | | drm/i915: Use crtc->name in debug messagesVille Syrjälä2016-05-301-2/+2
| |/ |/|
* | drm/i915: Move ioremap_wc tracking onto VMAChris Wilson2016-04-281-10/+12
* | drm/i915/fbdev: Call intel_unpin_fb_obj() on releaseChris Wilson2016-04-281-1/+6
* | drm/i915: Propagate error from drm_gem_object_init()Chris Wilson2016-04-281-2/+2
* | drm/i915: rename i915_gem_alloc_object() to i915_gem_object_create()Dave Gordon2016-04-251-1/+1
|/
* Revert "drm/i915: Fix races on fbdev"Joonas Lahtinen2016-04-011-3/+0Star
* drm/i915: Refer to GGTT {,VM} consistentlyJoonas Lahtinen2016-03-311-4/+6
* drm/i915: Fix races on fbdevLukas Wunner2016-03-301-0/+3
* drm/i915: Implement color management on bdw/skl/bxt/kblLionel Landwerlin2016-03-211-0/+8
* drm/i915: Rename dev_priv->gtt to dev_priv->ggttJoonas Lahtinen2016-03-181-3/+3
* drm/i915: Don't pass plane+plane_state to intel_pin_and_fence_fb_obj()Ville Syrjälä2016-03-011-1/+1
* drm/i915: Use atomic state in intel_fb_initial_config.Maarten Lankhorst2016-02-181-6/+11
* drm/i915: Remove obsolete code from intelfb_alloc()Lukas Wunner2015-12-211-3/+1Star
* drm/i915: Pin the ifbdev for the info->system_base GGTT mmappingChris Wilson2015-12-171-7/+13
* drm/i915: Tear down fbdev if initialization failsLukas Wunner2015-11-191-3/+7
* drm/i915: Fix oops caused by fbdev initialization failureLukas Wunner2015-11-191-2/+4
* drm/i915: Move the fbdev async_schedule() into intel_fbdev.cVille Syrjälä2015-11-111-1/+6
* drm/i915: Fix failure paths around initial fbdev allocationTvrtko Ursulin2015-11-091-8/+12
* drm/i915: Fix double unref in intelfb_alloc failure pathLukas Wunner2015-11-091-3/+2Star
* drm/i915: Wait for object idle without locks in atomic_commit, v2.Maarten Lankhorst2015-11-021-1/+1
* drm/i915: don't allocate fbcon from stolen memory if it's too bigPaulo Zanoni2015-10-091-2/+8
* Merge remote-tracking branch 'airlied/drm-next' into drm-intel-nextDaniel Vetter2015-09-301-0/+2
|\
| * drm/i915: enable atomic fb-helperRob Clark2015-09-161-0/+2
* | drm/i915: Always try to inherit the initial fb.Maarten Lankhorst2015-09-141-3/+0Star
* | drm/i915: Remove references to crtc->active from intel_fbdev.cMaarten Lankhorst2015-09-141-3/+3
* | Merge tag 'drm-intel-next-fixes-2015-09-02' into drm-intel-next-queuedDaniel Vetter2015-09-021-49/+12Star
|\|
| * drm/i915: Use new drm_fb_helper functionsArchit Taneja2015-08-061-28/+12Star
| * drm/fbdev: Return -EBUSY when oopsingDaniel Vetter2015-08-061-21/+0Star
* | drm/i915/gtt: Allow >= 4GB offsets in X86_32Michel Thierry2015-08-141-1/+1
|/
* drm/i915: Readout initial hw mode.Maarten Lankhorst2015-07-141-8/+3Star
* drm/i915: Do not use plane_config in intel_fbdev.cMaarten Lankhorst2015-07-141-8/+6Star
* drm/i915: fbdev restore mode needs to invalidate frontbufferRodrigo Vivi2015-07-091-3/+12
* drm/i915: fbdev_set_par reliably invalidating frontbufferRodrigo Vivi2015-07-091-2/+1Star
* drm/i915: Update i915_gem_object_sync() to take a request structureJohn Harrison2015-06-231-1/+1
* drm/i915: Remove unused ring argument from frontbuffer invalidate and busy fu...Rodrigo Vivi2015-06-221-2/+2
* drm/i915: Another fbdev hack to avoid PSR on fbcon.Rodrigo Vivi2015-05-291-1/+27
* drm/i915: Pass in plane state when (un)pinning frame buffersTvrtko Ursulin2015-03-231-1/+1
* drm/i915: Make sure we invalidate frontbuffer on fbcon.Rodrigo Vivi2015-03-171-1/+26
* drm/i915: Switch intel_fb_align_height to fb format modifiersDaniel Vetter2015-02-131-1/+2