From: Rob Clark <rob(a)ti.com>
In the process of adding GEM support for omapdrm driver, I noticed that
I was adding code for creating/freeing mmap offsets which was virtually
identical to what was already duplicated in i915 and gma500 drivers.
And the code for attach/detatch_pages was quite similar as well.
Rather than duplicating the code a 3rd time, it seemed like a good idea
to move it to the GEM core.
Note that I don't actually have a way to test psb or i915, but the
changes seem straightforward enough.
v1: initial patches
v2: rebase + add common get/put_pages functions
Rob Clark (6):
drm/gem: add functions for mmap offset creation
drm/i915: use common functions for mmap offset creation
drm/gma500: use common functions for mmap offset creation
drm/gem: add functions to get/put pages
drm/i915: use common functions for get/put pages
drm/gma500: use common functions for get/put pages
drivers/gpu/drm/drm_gem.c | 156 +++++++++++++++++++++++++++++++++++++
drivers/gpu/drm/i915/i915_gem.c | 136 +++-----------------------------
drivers/staging/gma500/gem.c | 2 +-
drivers/staging/gma500/gem_glue.c | 61 +--------------
drivers/staging/gma500/gem_glue.h | 1 -
drivers/staging/gma500/gtt.c | 47 +++--------
include/drm/drmP.h | 6 ++
7 files changed, 188 insertions(+), 221 deletions(-)
--
1.7.5.4
Hello All,
These are the changes to enable wifi on Pandaboard.Please review them.
http://review.android.git.linaro.org/#change,175
This enables wpa_supplicant build for pandaboard adds wpa_supplicant.conf
file for Pandaboard.
http://review.android.git.linaro.org/#change,176
This change was necessary since ctrl_interface as getting created after wifi
service tried to access it.
http://review.android.git.linaro.org/#change,178
This patch has been derived from
https://gitorious.org/picopc-android-gingerbread/external-wpa_supplicant_6/….
The change to wpa_supplicant was necessary because android uses a modified
wpa_supplicant and wext calls implemented actually uses IOCTL "SIOCSIWPRIV"
which is not implemented in the standard wifi drivers.The patch is a
workaround to get wifi working on panda .I have tested the change and works
on panda BUT I am not sure if the devices using the original implementation
still work.
Regards,
Vishal
Hi all,
I don't remember off the top of my head who maintains status.linaro.org,
but the people summaries don't seem to be working for me:
http://status.linaro.org/11.11/people.html
I just get a page with the following.
Cheers
---Dave
People
These are all of the people. Click on any to see their progress towards completing their tasks for the cycle.
No people!
Last updated: Mon 12 September 2011, 08:30 UTC | Bugs | Code | Config | Update log (yesterday)
Maybe this from the update log is a clue:
Finished at Mon Sep 12 08:30:04 UTC 2011
Traceback (most recent call last):
File "./json-report", line 58, in <module>
store, config, opts.team, opts.milestone)
File "/srv/status.linaro.org/work-items-tracker/report_tools.py", line 789, in spec_information
for d in result.description:
AttributeError: 'SQLiteResult' object has no attribute 'description'
Hi,
If you are a Python developer you are now able to use the commercial
IDE PyCharm (http://www.jetbrains.com/pycharm/) as a Linaro engineer.
Since the license is for Linaro engineers only I have put it on the
internal wiki at https://wiki.linaro.org/Internal/Licenses.
Enjoy,
--
James Tunnicliffe