aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_fbcon.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-14drm/nouveau: Don't pm_runtime_put_sync(), only pm_runtime_put_autosuspend()Lyude Paul1-1/+1
2022-05-23drm/nouveau: clear output poll workers before nouveau_fbcon_destroy()Mark Menzynski1-0/+2
2021-06-02drm/ttm: rename bo->mem and make it a pointerChristian König1-1/+1
2021-04-19drm/nouveau: use bo->base.size instead of mem->num_pagesChristian König1-2/+2
2021-01-13drm/nouveau: Remove references to struct drm_device.pdevThomas Zimmermann1-2/+4
2020-09-11drm/nouveau: stop using TTM placement flagsChristian König1-1/+1
2020-09-08drm/ttm: merge offset and base in ttm_bus_placementChristian König1-2/+1
2020-08-11Merge tag 'v5.8' into drm-nextDave Airlie1-1/+2
2020-07-24drm/nouveau/nvif: give every object a human-readable identifierBen Skeggs1-7/+7
2020-07-24drm/nouveau/drm/noveau: fix reference count leak in nouveau_fbcon_openAditya Pakki1-1/+3
2020-07-24drm/nouveau/fbcon: zero-initialise the mode_cmd2 structureBen Skeggs1-1/+1
2020-07-24drm/nouveau/fbcon: fix module unload when fbcon init has failed for some reasonBen Skeggs1-0/+1
2020-06-29Backmerge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst1-20/+22
2020-06-26drm/nouveau: don't use ttm bo->offset v3Nirmoy Das1-1/+1
2020-05-22drm/nouveau/kms: Remove struct nouveau_framebufferThomas Zimmermann1-7/+7
2020-05-22drm/nouveau/kms: Remove field nvbo from struct nouveau_framebufferThomas Zimmermann1-13/+15
2020-05-22drm/nouveau/kms: Move struct nouveau_framebuffer.vma to struct nouveau_fbdevThomas Zimmermann1-3/+3
2020-03-06drm: Remove drm_fb_helper add, add all and remove connector callsPankaj Bharadiya1-4/+0
2020-03-06drm: Remove unused arg from drm_fb_helper_initPankaj Bharadiya1-1/+1
2019-12-05drm: constify fb ops across all driversJani Nikula1-2/+2
2019-08-23drm/nouveau: drop use of drmp.hSam Ravnborg1-1/+1
2019-03-27drm/nouveau: Use drm_fb_helper_fill_infoDaniel Vetter1-6/+1
2019-03-26drm/fbdev: Make skip_vt_switch the defaultDaniel Vetter1-1/+0
2019-02-20drm/nouveau: prepare for enabling svm with existing userspace interfacesBen Skeggs1-1/+1
2019-01-29drm/<drivers>: Don't set FBINFO_(FLAG_)DEFAULTDaniel Vetter1-2/+2
2018-09-27BackMerge v4.19-rc5 into drm-nextDave Airlie1-0/+57
2018-09-11fbdev: Drop FBINFO_CAN_FORCE_OUTPUT flagDaniel Vetter1-1/+0
2018-09-07drm/nouveau/drm/nouveau: Fix deadlock with fb_helper with async RPM requestsLyude Paul1-0/+57
2018-07-16drm/nouveau: Replace drm_framebuffer_{un/reference} with put, get functionsThomas Zimmermann1-1/+1
2018-02-02drm/nouveau/fbcon: add module parameter to select bits-per-pixelBen Skeggs1-8/+14
2018-01-18BackMerge tag 'v4.15-rc8' into drm-nextDave Airlie1-1/+1
2017-12-19drm/nouveau/fbcon: fix NULL pointer access in nouveau_fbcon_destroyKarol Herbst1-1/+1
2017-12-08drm/nouveau: Use drm_fb_helper_output_poll_changed()Noralf Trønnes1-8/+0
2017-11-02drm/nouveau: separate constant-va tracking from nvkm vma structureBen Skeggs1-3/+4
2017-10-19drm/nouveau/fbcon: fix oops without fbdev emulationPavel Roskin1-3/+4
2017-08-04drm: nouveau: remove dead code and pointless local lut storagePeter Rosin1-22/+0
2017-02-26Merge airlied/drm-next into drm-misc-nextDaniel Vetter1-19/+45
2017-02-23Merge tag 'v4.10-rc8' into drm-nextDave Airlie1-9/+34
2017-02-17drm/nouveau: allocate device object for every clientBen Skeggs1-8/+8
2017-02-17drm/nouveau: pass nvif_client to nouveau_gem_new() instead of drm_deviceBen Skeggs1-2/+3
2017-02-07drm/fb-helper: Automatically clean up fb_infoDaniel Vetter1-1/+0
2017-02-02drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi1-2/+1
2017-01-27drm/nouveau: Handle fbcon suspend/resume in seperate workerLyude Paul1-9/+34
2016-12-27drm: Wrap the check for atomic_commit implementationDhinakaran Pandiyan1-1/+2
2016-12-15drm: Nuke fb->depthVille Syrjälä1-1/+2
2016-11-14drm/nouveau: use DRM_FB_HELPER_DEFAULT_OPS for fb_opsStefan Christ1-14/+2
2016-11-07drm/nouveau/kms: never call drm_helper_disable_unused_functions() with atomicBen Skeggs1-1/+2
2016-11-07drm/nouveau/fbcon: refcount the drm_framebufferBen Skeggs1-7/+6
2016-11-07drm/nouveau/fbcon: make use of drm_fb_helper.fbBen Skeggs1-30/+22
2016-11-07drm/nouveau/fbcon: make use of drm_fb_helper.devBen Skeggs1-9/+8