summaryrefslogtreecommitdiff
path: root/scripts/git.orderFile
diff options
context:
space:
mode:
authorWesley Chalmers <Wesley.Chalmers@amd.com>2020-09-25 10:54:52 -0400
committerAlex Deucher <alexander.deucher@amd.com>2020-09-29 16:08:59 -0400
commitec30798a82964cd3f449720bc518ed61c46be425 (patch)
tree833b7f8e081457df1fdf88bb1e0c4403a69b69b3 /scripts/git.orderFile
parent8e02c26a58f37cb35e730e01eae14f943fba4cf4 (diff)
downloadkernel-ec30798a82964cd3f449720bc518ed61c46be425.tar.gz
drm/amd/display: Add debug param to force dio disable
[WHY] At the moment, some tests are failing because cur_link_settings is invalid. As a workaround, add an option to force dio disable. Signed-off-by: Wesley Chalmers <Wesley.Chalmers@amd.com> Reviewed-by: Martin Leung <Martin.Leung@amd.com> Acked-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'scripts/git.orderFile')
0 files changed, 0 insertions, 0 deletions
34 -0700'>2011-07-05staging: ft1000-pcmcia: remove unused includes from ft1000_cs.cOndrej Zary Remove unused includes from ft1000_cs.c Signed-off-by: Ondrej Zary <linux@rainbow-software.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> 2011-07-05staging: ft1000-pcmcia: coding style fixes in ft1000_cs.cOndrej Zary Minor coding style fixes in ft1000_cs.c Signed-off-by: Ondrej Zary <linux@rainbow-software.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> 2011-07-05staging: ft1000-pcmcia: remove misleading and template comments from ft1000_cs.cOndrej Zary Remove misleading, useless and template comments from ft1000_cs.c Signed-off-by: Ondrej Zary <linux@rainbow-software.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> 2011-07-05staging: ft1000-pcmcia: remove useless debugging from ft1000_cs.cOndrej Zary Remove useless debugging from ft1000_cs.c Signed-off-by: Ondrej Zary <linux@rainbow-software.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> 2011-07-05staging: ft1000-pcmcia: remove useless defines from ft1000_cs.cOndrej Zary Remove unused defines from ft1000_cs.c Signed-off-by: Ondrej Zary <linux@rainbow-software.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> 2011-07-05staging: ft1000-pcmcia: delete local_info_t typedefOndrej Zary Delete local_info_t typedef along with the struct as its "link" member was not used. Use link->priv to store net_device directly. Signed-off-by: Ondrej Zary <linux@rainbow-software.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> 2011-07-05staging: ft1000-pcmcia: fix compilation with FT_DEBUG enabledOndrej Zary Delete DEBUG statement that prevents compilation with FT_DEBUG enabled. Signed-off-by: Ondrej Zary <linux@rainbow-software.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> 2011-07-05staging: ft1000-pcmcia: don't crash on loadOndrej Zary Don't crash with NULL pointer dereference on load because of empty .name. Signed-off-by: Ondrej Zary <linux@rainbow-software.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> 2011-05-06staging: pcmcia: Convert pcmcia_device_id declarations to constJoe Perches Reduces data, increases text. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net> 2011-03-09staging: ft1000: optimize kmalloc to kzallocAlexander Beregalov Use kzalloc rather than kmalloc followed by memset with 0. Found by coccinelle. Signed-off-by: Alexander Beregalov <a.beregalov@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> 2011-01-20staging: ft1000-pcmcia: Fix compilation errors.Marek Belisko Following patch will fix all compilation errors. Main problems was with pcmcia API changes. Also remove BROKEN as now driver is properly build. Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com> Signed-off-by: Stano Lanci <chl.pixo@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>