Displaying 20 results from an estimated 24 matches for "ruan".
Did you mean:
ran
2023 Aug 09
1
[PATCH -next 1/7] drm/amdkfd: Remove unnecessary NULL values
Am 09.08.23 um 05:44 schrieb Ruan Jinjie:
> The NULL initialization of the pointers assigned by kzalloc() first is
> not necessary, because if the kzalloc() failed, the pointers will be
> assigned NULL, otherwise it works as usual. so remove it.
>
> Signed-off-by: Ruan Jinjie <ruanjinjie at huawei.com>
Reviewe...
2023 Aug 09
1
[PATCH -next 1/7] drm/amdkfd: Remove unnecessary NULL values
Am 09.08.23 um 05:44 schrieb Ruan Jinjie:
> The NULL initialization of the pointers assigned by kzalloc() first is
> not necessary, because if the kzalloc() failed, the pointers will be
> assigned NULL, otherwise it works as usual. so remove it.
>
> Signed-off-by: Ruan Jinjie <ruanjinjie at huawei.com>
Reviewe...
2023 Aug 09
1
[PATCH -next 1/7] drm/amdkfd: Remove unnecessary NULL values
Am 09.08.23 um 05:44 schrieb Ruan Jinjie:
> The NULL initialization of the pointers assigned by kzalloc() first is
> not necessary, because if the kzalloc() failed, the pointers will be
> assigned NULL, otherwise it works as usual. so remove it.
>
> Signed-off-by: Ruan Jinjie <ruanjinjie at huawei.com>
Reviewe...
2008 Apr 24
1
Calling R functions with multiple arguments from C
...04-22)
i386-pc-mingw32
locale:
LC_COLLATE=English_South Africa.1252;LC_CTYPE=English_South
Africa.1252;LC_MONETARY=English_South
Africa.1252;LC_NUMERIC=C;LC_TIME=English_South Africa.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
Regards,
Ruan Rossouw
Sasol Technology R&D
Reaction Technology and Industrial Statistics
Tel: +27 16 960 4717
Fax: +27 11 522 4465
Cell: +27 83 724 4163...
2023 Aug 09
8
[PATCH -next 0/7] drm: Remove many unnecessary NULL values
The NULL initialization of the pointers assigned by kzalloc() or
kunit_kzalloc() first is not necessary, because if the kzalloc() or
kunit_kzalloc() failed, the pointers will be assigned NULL, otherwise
it works as usual. so remove it.
Ruan Jinjie (7):
drm/amdkfd: Remove unnecessary NULL values
drm/amd/display: Remove unnecessary NULL values
drm/msm: Remove unnecessary NULL values
drm/radeon: Remove unnecessary NULL values
drm/virtio: Remove an unnecessary NULL value
drm/format-helper: Remove unnecessary NULL values
drm:...
2023 Aug 09
1
[PATCH -next 1/7] drm/amdkfd: Remove unnecessary NULL values
The NULL initialization of the pointers assigned by kzalloc() first is
not necessary, because if the kzalloc() failed, the pointers will be
assigned NULL, otherwise it works as usual. so remove it.
Signed-off-by: Ruan Jinjie <ruanjinjie at huawei.com>
---
drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager.c b/drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager.c
index 863cf060af48..d01bb57733b3 100644
--- a...
2023 Aug 09
1
[PATCH -next 1/7] drm/amdkfd: Remove unnecessary NULL values
The NULL initialization of the pointers assigned by kzalloc() first is
not necessary, because if the kzalloc() failed, the pointers will be
assigned NULL, otherwise it works as usual. so remove it.
Signed-off-by: Ruan Jinjie <ruanjinjie at huawei.com>
---
drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager.c b/drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager.c
index 863cf060af48..d01bb57733b3 100644
--- a...
2023 Aug 09
1
[PATCH -next 1/7] drm/amdkfd: Remove unnecessary NULL values
The NULL initialization of the pointers assigned by kzalloc() first is
not necessary, because if the kzalloc() failed, the pointers will be
assigned NULL, otherwise it works as usual. so remove it.
Signed-off-by: Ruan Jinjie <ruanjinjie at huawei.com>
---
drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager.c b/drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager.c
index 863cf060af48..d01bb57733b3 100644
--- a...
2023 Aug 09
1
[PATCH -next 5/7] drm/virtio: Remove an unnecessary NULL value
The NULL initialization of the pointer assigned by kzalloc() first is
not necessary, because if the kzalloc() failed, the pointer will be
assigned NULL, otherwise it works as usual. so remove it.
Signed-off-by: Ruan Jinjie <ruanjinjie at huawei.com>
---
drivers/gpu/drm/virtio/virtgpu_submit.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/virtio/virtgpu_submit.c b/drivers/gpu/drm/virtio/virtgpu_submit.c
index 3c00135ead45..82563dbec2ab 100644
--- a/drivers/gpu/drm/vi...
2008 Jul 22
4
Opening files from R terminal - appologies
Dear all,
I appologise for cluttering up the list with such a basic question,
however I have been unable to find the answer I want (possibly through
my poor usage of the R help system).
As I am visually impaired and using assistive technology, I think I
would prefer to use R from the terminal mode, i.e. by running rterm.exe
found in the bin directory.
I have managed to set my working
2011 Jun 06
1
Subject: IMAP crash on index
I'm running Dovecot 1.2.15 as an IMAP server on an up-to-date Debian
v6 VM. I've recently upgraded the server from a pretty crusty old
Debian v4 installation, though I don't recall exactly which version of
Dovecot that would have been running. I guess I could try crawling
through the old logs to check if it is likely to be useful. The
upgrade seemed to have gone fine and I've been
2018 Jan 03
0
HOW TO FILTER DATA
Try the code below:
df <- read_delim("C:/Users/lruan1/Desktop/1112.csv", "|", escape_double =
FALSE, trim_ws = TRUE)
df_new <- subset(df,df$IPC == 'H04M001/02'| df$IPC == 'C07K016/26' )
You can add more condition with "|" in the subset function. Good luck!
On Wed, Jan 3, 2018 at 2:53 PM, Saptorshee Kanto...
2018 Jan 03
3
HOW TO FILTER DATA
Hello,
I have a data of Patents from OECD in delimited text format with IPC being
one column, I want to filter the data by selecting only certain IPC in that
column and delete other rows which do not have my required IPCs. Please,
can anybody guide me doing it, also the IPC codes are string variables.
The data is somewhat like below, but its a huge dataset containing more
than 11 million rows
2001 Sep 14
5
Our Sympathies
...and
33. Robert mulvaney,Co.Meath,Ireland
34. Sean Lynch, Meath, Ireland
35. Julieann Boland, Meath, Ireland.
36. Pamela McGann, Meath Ireland
37. Denise McDonnell, Mayo Ireland
38. Alan Barry, Waterford, Ireland
39. Eimear O'Halloran, Cork, Ireland
40. Ann Marie Lynch, Cork, Ireland
41. Michael Ruane, Cork, Ireland
42. Rob O'Hea, Cork, Ireland
43. Steven Kelly, Cork Ireland
44. Noreen Coakley, Cork Ireland
45. Vivienne Harris, Cork Ireland
46. Ger War, Cork Ireland
47. Mairead O'Brien, Cork, Ireland
48. Robert Copperwhite, Cork, Ireland.
49. Brian Quinlivan, Dublin, Ireland.
50. Stig K...
2013 Mar 18
0
[linux-linus test] 17325: regressions - trouble: broken/fail/pass
...wald@online.de>
Ronny Standtke <ronny.standtke@gmx.net>
Roopa Prabhu <roprabhu@cisco.com>
Ross Brattain <ross.b.brattain@intel.com>
Rostislav Lisovy <lisovy@gmail.com>
Roy Spliet <r.spliet@student.tudelft.nl>
Roy Zang <tie-fei.zang@freescale.com>
Ruan Zhijie <ruanzhijie@hotmail.com>
Ruchika Kharwar <ruchika@ti.com>
Rui li <li.rui27@zte.com.cn>
Rui Zhang <rui.zhang@intel.com>
Runzhen Wang <runzhen@linux.vnet.ibm.com>
Rupesh Gujare <rgujare@ozmodevices.com>
Rupesh Gujare <rupesh.gujare@atmel.com&g...
2013 Mar 29
0
[linux-linus test] 17454: regressions - FAIL
...wald@online.de>
Ronny Standtke <ronny.standtke@gmx.net>
Roopa Prabhu <roprabhu@cisco.com>
Ross Brattain <ross.b.brattain@intel.com>
Rostislav Lisovy <lisovy@gmail.com>
Roy Spliet <r.spliet@student.tudelft.nl>
Roy Zang <tie-fei.zang@freescale.com>
Ruan Zhijie <ruanzhijie@hotmail.com>
Ruchika Kharwar <ruchika@ti.com>
Rui li <li.rui27@zte.com.cn>
Rui Zhang <rui.zhang@intel.com>
Runzhen Wang <runzhen@linux.vnet.ibm.com>
Rupesh Gujare <rgujare@ozmodevices.com>
Rupesh Gujare <rupesh.gujare@atmel.com&g...
2013 Apr 10
0
[linux-linus test] 17612: regressions - FAIL
...wald@online.de>
Ronny Standtke <ronny.standtke@gmx.net>
Roopa Prabhu <roprabhu@cisco.com>
Ross Brattain <ross.b.brattain@intel.com>
Rostislav Lisovy <lisovy@gmail.com>
Roy Spliet <r.spliet@student.tudelft.nl>
Roy Zang <tie-fei.zang@freescale.com>
Ruan Zhijie <ruanzhijie@hotmail.com>
Ruchika Kharwar <ruchika@ti.com>
Rui li <li.rui27@zte.com.cn>
Rui Zhang <rui.zhang@intel.com>
Runzhen Wang <runzhen@linux.vnet.ibm.com>
Rupesh Gujare <rgujare@ozmodevices.com>
Rupesh Gujare <rupesh.gujare@atmel.com&g...
2013 May 05
0
[linux-linus test] 17901: regressions - FAIL
...@mellanox.com>
Roopa Prabhu <roopa@cumulusnetworks.com>
Roopa Prabhu <roprabhu@cisco.com>
Ross Brattain <ross.b.brattain@intel.com>
Rostislav Lisovy <lisovy@gmail.com>
Roy Spliet <r.spliet@student.tudelft.nl>
Roy Zang <tie-fei.zang@freescale.com>
Ruan Zhijie <ruanzhijie@hotmail.com>
Ruchika Kharwar <ruchika@ti.com>
Rui li <li.rui27@zte.com.cn>
Rui Zhang <rui.zhang@intel.com>
Runzhen Wang <runzhen@linux.vnet.ibm.com>
Rupesh Gujare <rgujare@ozmodevices.com>
Rupesh Gujare <rupesh.gujare@atmel.com&g...
2013 May 07
0
[linux-linus test] 17916: regressions - FAIL
...@mellanox.com>
Roopa Prabhu <roopa@cumulusnetworks.com>
Roopa Prabhu <roprabhu@cisco.com>
Ross Brattain <ross.b.brattain@intel.com>
Rostislav Lisovy <lisovy@gmail.com>
Roy Spliet <r.spliet@student.tudelft.nl>
Roy Zang <tie-fei.zang@freescale.com>
Ruan Zhijie <ruanzhijie@hotmail.com>
Ruchika Kharwar <ruchika@ti.com>
Rui li <li.rui27@zte.com.cn>
Rui Zhang <rui.zhang@intel.com>
Runzhen Wang <runzhen@linux.vnet.ibm.com>
Rupesh Gujare <rgujare@ozmodevices.com>
Rupesh Gujare <rupesh.gujare@atmel.com&g...
2013 Jun 16
0
[linux-linus test] 18150: regressions - FAIL
...snetworks.com>
Roopa Prabhu <roprabhu@cisco.com>
Ross Brattain <ross.b.brattain@intel.com>
Ross Lagerwall <rosslagerwall@gmail.com>
Rostislav Lisovy <lisovy@gmail.com>
Roy Spliet <r.spliet@student.tudelft.nl>
Roy Zang <tie-fei.zang@freescale.com>
Ruan Zhijie <ruanzhijie@hotmail.com>
Ruchika Kharwar <ruchika@ti.com>
Rui li <li.rui27@zte.com.cn>
Rui Zhang <rui.zhang@intel.com>
Runzhen Wang <runzhen@linux.vnet.ibm.com>
Rupesh Gujare <rgujare@ozmodevices.com>
Rupesh Gujare <rupesh.gujare@atmel.com&g...