summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_fbcon.c
Commit message (Expand)AuthorAgeFilesLines
* drm/nouveau: Don't pm_runtime_put_sync(), only pm_runtime_put_autosuspend()Lyude Paul2022-07-141-1/+1
* drm/nouveau: clear output poll workers before nouveau_fbcon_destroy()Mark Menzynski2022-05-231-0/+2
* drm/ttm: rename bo->mem and make it a pointerChristian König2021-06-021-1/+1
* drm/nouveau: use bo->base.size instead of mem->num_pagesChristian König2021-04-191-2/+2
* drm/nouveau: Remove references to struct drm_device.pdevThomas Zimmermann2021-01-131-2/+4
* drm/nouveau: stop using TTM placement flagsChristian König2020-09-111-1/+1
* drm/ttm: merge offset and base in ttm_bus_placementChristian König2020-09-081-2/+1
* Merge tag 'v5.8' into drm-nextDave Airlie2020-08-111-1/+2
|\
| * drm/nouveau/fbcon: zero-initialise the mode_cmd2 structureBen Skeggs2020-07-241-1/+1
| * drm/nouveau/fbcon: fix module unload when fbcon init has failed for some reasonBen Skeggs2020-07-241-0/+1
* | drm/nouveau/nvif: give every object a human-readable identifierBen Skeggs2020-07-241-7/+7
* | drm/nouveau/drm/noveau: fix reference count leak in nouveau_fbcon_openAditya Pakki2020-07-241-1/+3
* | Backmerge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst2020-06-291-20/+22
|\|
| * drm/nouveau/kms: Remove struct nouveau_framebufferThomas Zimmermann2020-05-221-7/+7
| * drm/nouveau/kms: Remove field nvbo from struct nouveau_framebufferThomas Zimmermann2020-05-221-13/+15
| * drm/nouveau/kms: Move struct nouveau_framebuffer.vma to struct nouveau_fbdevThomas Zimmermann2020-05-221-3/+3
* | drm/nouveau: don't use ttm bo->offset v3Nirmoy Das2020-06-261-1/+1
|/
* drm: Remove drm_fb_helper add, add all and remove connector callsPankaj Bharadiya2020-03-061-4/+0
* drm: Remove unused arg from drm_fb_helper_initPankaj Bharadiya2020-03-061-1/+1
* drm: constify fb ops across all driversJani Nikula2019-12-051-2/+2
* drm/nouveau: drop use of drmp.hSam Ravnborg2019-08-231-1/+1
* drm/nouveau: Use drm_fb_helper_fill_infoDaniel Vetter2019-03-271-6/+1
* drm/fbdev: Make skip_vt_switch the defaultDaniel Vetter2019-03-261-1/+0
* drm/nouveau: prepare for enabling svm with existing userspace interfacesBen Skeggs2019-02-201-1/+1
* drm/<drivers>: Don't set FBINFO_(FLAG_)DEFAULTDaniel Vetter2019-01-291-2/+2
* BackMerge v4.19-rc5 into drm-nextDave Airlie2018-09-271-0/+57
|\
| * drm/nouveau/drm/nouveau: Fix deadlock with fb_helper with async RPM requestsLyude Paul2018-09-071-0/+57
* | fbdev: Drop FBINFO_CAN_FORCE_OUTPUT flagDaniel Vetter2018-09-111-1/+0
|/
* drm/nouveau: Replace drm_framebuffer_{un/reference} with put, get functionsThomas Zimmermann2018-07-161-1/+1
* drm/nouveau/fbcon: add module parameter to select bits-per-pixelBen Skeggs2018-02-021-8/+14
* BackMerge tag 'v4.15-rc8' into drm-nextDave Airlie2018-01-181-1/+1
|\
| * drm/nouveau/fbcon: fix NULL pointer access in nouveau_fbcon_destroyKarol Herbst2017-12-191-1/+1
* | drm/nouveau: Use drm_fb_helper_output_poll_changed()Noralf Trønnes2017-12-081-8/+0
|/
* drm/nouveau: separate constant-va tracking from nvkm vma structureBen Skeggs2017-11-021-3/+4
* drm/nouveau/fbcon: fix oops without fbdev emulationPavel Roskin2017-10-191-3/+4
* drm: nouveau: remove dead code and pointless local lut storagePeter Rosin2017-08-041-22/+0
* Merge airlied/drm-next into drm-misc-nextDaniel Vetter2017-02-261-19/+45
|\
| * Merge tag 'v4.10-rc8' into drm-nextDave Airlie2017-02-231-9/+34
| |\
| | * drm/nouveau: Handle fbcon suspend/resume in seperate workerLyude Paul2017-01-271-9/+34
| * | drm/nouveau: allocate device object for every clientBen Skeggs2017-02-171-8/+8
| * | drm/nouveau: pass nvif_client to nouveau_gem_new() instead of drm_deviceBen Skeggs2017-02-171-2/+3
* | | drm/fb-helper: Automatically clean up fb_infoDaniel Vetter2017-02-071-1/+0
|/ /
* | drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi2017-02-021-2/+1
* | drm: Wrap the check for atomic_commit implementationDhinakaran Pandiyan2016-12-271-1/+2
* | drm: Nuke fb->depthVille Syrjälä2016-12-151-1/+2
|/
* drm/nouveau: use DRM_FB_HELPER_DEFAULT_OPS for fb_opsStefan Christ2016-11-141-14/+2
* drm/nouveau/kms: never call drm_helper_disable_unused_functions() with atomicBen Skeggs2016-11-071-1/+2
* drm/nouveau/fbcon: refcount the drm_framebufferBen Skeggs2016-11-071-7/+6
* drm/nouveau/fbcon: make use of drm_fb_helper.fbBen Skeggs2016-11-071-30/+22
* drm/nouveau/fbcon: make use of drm_fb_helper.devBen Skeggs2016-11-071-9/+8