search for: slot_id

Displaying 9 results from an estimated 9 matches for "slot_id".

Did you mean: root_id
2006 Jan 06
12
Auto refreshing a page based on select change
Hi all, I have a select helper form on a web page which contains a list of dates. When the user selects a date, one of the other forms on the page needs to be updated based on the newly selected date. Is there a way to catch this event in Rails? Are we talking Ajax here? Or is there a simpler way? Thanks, Dan
2018 Dec 12
0
[PATCH v2 01/18] drm/qxl: drop ttm_mem_reg arg from qxl_hw_surface_alloc()
...; struct qxl_release *release; @@ -485,16 +484,7 @@ int qxl_hw_surface_alloc(struct qxl_device *qdev, cmd->u.surface_create.width = surf->surf.width; cmd->u.surface_create.height = surf->surf.height; cmd->u.surface_create.stride = surf->surf.stride; - if (new_mem) { - int slot_id = surf->type == QXL_GEM_DOMAIN_VRAM ? qdev->main_mem_slot : qdev->surfaces_mem_slot; - struct qxl_memslot *slot = &(qdev->mem_slots[slot_id]); - - /* TODO - need to hold one of the locks to read tbo.offset */ - cmd->u.surface_create.data = slot->high_bits; - - cmd->u.su...
2018 Dec 12
0
[PATCH v2 03/18] drm/qxl: simplify slot management
...uint64_t high_bits; }; @@ -228,11 +230,8 @@ struct qxl_device { unsigned int primary_created:1; - struct qxl_memslot *mem_slots; - uint8_t n_mem_slots; - - uint8_t main_mem_slot; - uint8_t surfaces_mem_slot; + struct qxl_memslot main_slot; + struct qxl_memslot surfaces_slot; uint8_t slot_id_bits; uint8_t slot_gen_bits; uint64_t va_slot_mask; @@ -312,8 +311,8 @@ static inline uint64_t qxl_bo_physical_address(struct qxl_device *qdev, struct qxl_bo *bo, unsigned long offset) { - int slot_id = bo->type == QXL_GEM_DOMAIN_VRAM ? qdev->main_mem_slot : qdev->surfaces_mem_s...
2012 Nov 12
0
Qemu upstream status
2006 Mar 28
4
Problem with ActiveRecord, create, save, and Oracle adapter?
...transactions.rb:126:in `save'' #{RAILS_ROOT}/app/controllers/schedules_controller.rb:158:in `create'' Parameters: {"commit"=>"Create", "schedule"=>{"start_date_id"=>"30", "clli_code"=>"TEST", "slot_id"=>"1", "hardware_id"=>"6", "state_id"=>"6"}} Headers: {"cookie"=>[], "Cache-Control"=>"no-cache"} Any ideas? Thanks, Dan
2006 May 02
1
SOAP client not seeing all of my AWS service methods
Hi all, Ruby 1.8.4 Rails 1.1.2 I''m a newb when it comes to SOAP, but I thought I''d give it a shot. I have several web services defined. However, when I try to connect with a SOAP client it seems the client is only picking up one of the services, called Hardware. require ''soap/wsdlDriver'' wsdl_url =
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...ne FOUND_APCI 0x61504349 @@ -189,9 +190,9 @@ static int ibm_set_attention_status(struct hotplug_slot *slot, u8 status) ibm_slot = ibm_slot_from_id(hpslot_to_sun(slot)); - dbg("%s: set slot %d (%d) attention status to %d\n", __func__, - ibm_slot->slot.slot_num, ibm_slot->slot.slot_id, - (status ? 1 : 0)); + dbg("%s: set slot %d (%d) attention status to %d\n", + __func__, ibm_slot->slot.slot_num, ibm_slot->slot.slot_id, + (status ? 1 : 0)); args[0].type = ACPI_TYPE_INTEGER; args[0].integer.value = ibm_slot->slot.slot_id; @@ -202,10 +203,10 @@ s...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...ne FOUND_APCI 0x61504349 @@ -189,9 +190,9 @@ static int ibm_set_attention_status(struct hotplug_slot *slot, u8 status) ibm_slot = ibm_slot_from_id(hpslot_to_sun(slot)); - dbg("%s: set slot %d (%d) attention status to %d\n", __func__, - ibm_slot->slot.slot_num, ibm_slot->slot.slot_id, - (status ? 1 : 0)); + dbg("%s: set slot %d (%d) attention status to %d\n", + __func__, ibm_slot->slot.slot_num, ibm_slot->slot.slot_id, + (status ? 1 : 0)); args[0].type = ACPI_TYPE_INTEGER; args[0].integer.value = ibm_slot->slot.slot_id; @@ -202,10 +203,10 @@ s...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...ne FOUND_APCI 0x61504349 @@ -189,9 +190,9 @@ static int ibm_set_attention_status(struct hotplug_slot *slot, u8 status) ibm_slot = ibm_slot_from_id(hpslot_to_sun(slot)); - dbg("%s: set slot %d (%d) attention status to %d\n", __func__, - ibm_slot->slot.slot_num, ibm_slot->slot.slot_id, - (status ? 1 : 0)); + dbg("%s: set slot %d (%d) attention status to %d\n", + __func__, ibm_slot->slot.slot_num, ibm_slot->slot.slot_id, + (status ? 1 : 0)); args[0].type = ACPI_TYPE_INTEGER; args[0].integer.value = ibm_slot->slot.slot_id; @@ -202,10 +203,10 @@ s...